Skip to content

Commit a2b6628

Browse files
committed
Fixed CI pipeline
1 parent d8f6051 commit a2b6628

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install cryptography pytest
22+
pip install .
23+
pip install pytest
2324
- name: Run tests
2425
run: python -m pytest test_authforge.py -v

0 commit comments

Comments
 (0)