Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit cb8085e

Browse files
committed
wip: fixing the github actions ci/tests
1 parent 83d0557 commit cb8085e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
cd liboqs-python
3131
pip install .
3232
cd ..
33-
rm -rf liboqspython
33+
rm -rf liboqs-python
3434
- name: Install Python dependencies
3535
run: |
3636
pip install -r requirements.txt
3737
pip install pytest
3838
3939
- name: Run tests
40-
run: pytest
40+
run: PYTHONPATH=. pytest -v

0 commit comments

Comments
 (0)