We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129f64a commit 94d87a9Copy full SHA for 94d87a9
1 file changed
.github/workflows/python-app.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
+ pip install .
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments