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