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 1b70e16 commit b6af0f6Copy full SHA for b6af0f6
.github/workflows/pythonpackage.yml
@@ -23,5 +23,6 @@ jobs:
23
pip install -r requirements.txt
24
- name: Test with pytest
25
run: |
26
+ pip install -e .
27
pip install pytest pytest-cov
28
pytest
0 commit comments