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 9445eaf commit 5d304e3Copy full SHA for 5d304e3
.github/workflows/tests.yaml
@@ -34,6 +34,7 @@ jobs:
34
python -m pip install --upgrade pip
35
pip install pytest
36
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37
+ pip install .
38
- name: pre-commit
39
uses: pre-commit/[email protected]
40
- name: Test with pytest
0 commit comments