Skip to content

Commit

Permalink
fixup for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 10, 2024
1 parent 029faa1 commit 7ad7c39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y python3-pip libsecp256k1-dev
if: startsWith(matrix.os, 'ubuntu-')
- run: python3 -m venv /tmp/venv
- run: /tmp/venv/bin/python -m pip install --upgrade pip hatch coverage

- name: Install `setuptools` on systems where it is missing by default
run: /tmp/venv/bin/pip install setuptools

# Only run coverage on one OS
- run: /tmp/venv/bin/hatch run testing:test
if: matrix.os != 'ubuntu-24.04'
Expand Down

0 comments on commit 7ad7c39

Please sign in to comment.