We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865084a commit d75c6beCopy full SHA for d75c6be
.github/workflows/pythonpackage.yml
@@ -34,4 +34,5 @@ jobs:
34
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
35
- name: Test with pytest
36
run: |
37
+ source .venv/bin/activate
38
pytest
0 commit comments