Skip to content

Commit 0743a80

Browse files
committed
fix: install cryptography
1 parent 5d1d04b commit 0743a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
pip install pytest
33+
pip install cryptography
3334
3435
- name: Test with pytest
3536
env:

0 commit comments

Comments
 (0)