Updated github test workflow

pull/756/merge
Mark Qvist 2025-05-06 16:45:16 +02:00
rodzic 05b9a80a07
commit 1d27fae370
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.x
- run: make test
- run: |
python -m pip install -q cryptography
make test
package:
needs: test