Skip to content

Commit

Permalink
feat: run pytest on ubuntu 22.04 and 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 8, 2025
1 parent 7b04ee5 commit 5fd68b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- run: sudo apt-get install -y python3-pip libsecp256k1-dev
- run: |
sudo apt-get update
sudo apt-get install -y python3-pip libsodium-dev
- run: |
python3 -m venv /tmp/venv
Expand Down

0 comments on commit 5fd68b4

Please sign in to comment.