We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c0d12 commit 627cc85Copy full SHA for 627cc85
.github/workflows/python-package.yml
@@ -29,6 +29,7 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install pytest
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
+ python -m pip install .
33
- name: Test with pytest
34
run: |
35
pytest
0 commit comments