Skip to content

Commit 5fd68b4

Browse files
committed
feat: run pytest on ubuntu 22.04 and 24.04
1 parent 7b04ee5 commit 5fd68b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29-
- run: sudo apt-get install -y python3-pip libsecp256k1-dev
29+
- run: |
30+
sudo apt-get update
31+
sudo apt-get install -y python3-pip libsodium-dev
3032
3133
- run: |
3234
python3 -m venv /tmp/venv

0 commit comments

Comments
 (0)