Skip to content

Commit d75c6be

Browse files
committed
added venv activation to pytest step because existence is pain
1 parent 865084a commit d75c6be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
3535
- name: Test with pytest
3636
run: |
37+
source .venv/bin/activate
3738
pytest

0 commit comments

Comments
 (0)