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