Skip to content

Commit 192058f

Browse files
author
Nabil Fayak
committed
pytest workflow update
1 parent f32fadd commit 192058f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
make installdeps
3232
make installdeps-test
3333
pip freeze
34+
deactivate
3435
- name: Run Pytest
35-
run: pytest tests/
36+
run: |
37+
source test_python/bin/activate
38+
pytest tests/

0 commit comments

Comments
 (0)