Skip to content

Commit 7d65b70

Browse files
committed
Install pytest in Github actions
1 parent 3f5590d commit 7d65b70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cd liboqs-python
2929
pip install .
3030
- name: Install Python dependencies
31-
run: pip install -r requirements.txt
31+
run: |
32+
pip install -r requirements.txt
33+
pip install pytest
3234
3335
- name: Run tests
3436
run: pytest --maxfail=1 --disable-warnings -q

0 commit comments

Comments
 (0)