We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d04b commit 0743a80Copy full SHA for 0743a80
.github/workflows/pytest.yml
@@ -30,6 +30,7 @@ jobs:
30
python -m pip install --upgrade pip
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
pip install pytest
33
+ pip install cryptography
34
35
- name: Test with pytest
36
env:
0 commit comments