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 760d297 commit 7d11a94Copy full SHA for 7d11a94
.github/workflows/python-app.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install flake8 pytest
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
+ pip install .
32
- name: Lint with flake8
33
run: |
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments