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.
2 parents 6224b3f + d975767 commit 8d24f3dCopy full SHA for 8d24f3d
.github/workflows/python-package.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install flake8 pytest
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ python setup.py develop
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments