Skip to content

Commit 4748326

Browse files
committed
ci: pytest missing
1 parent e5a5a32 commit 4748326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)