We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b04ee5 commit 5fd68b4Copy full SHA for 5fd68b4
.github/workflows/pytest.yml
@@ -26,7 +26,9 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
29
- - run: sudo apt-get install -y python3-pip libsecp256k1-dev
+ - run: |
30
+ sudo apt-get update
31
+ sudo apt-get install -y python3-pip libsodium-dev
32
33
- run: |
34
python3 -m venv /tmp/venv
0 commit comments