We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a5a32 commit 4748326Copy full SHA for 4748326
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Install
20
run: |
21
python -m pip install --upgrade pip
22
- pip install cryptography
+ pip install cryptography pytest
23
- name: Run tests
24
run: python -m pytest test_authforge.py -v
0 commit comments