Updated github test workflow

pull/824/head
Mark Qvist 2025-05-06 16:45:16 +02:00
parent 05b9a80a07
commit 1d27fae370
1 changed files with 3 additions and 1 deletions

View File

@ -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