There was an error while loading. Please reload this page.
1 parent abf5821 commit 8a69d5eCopy full SHA for 8a69d5e
1 file changed
.github/workflows/python-app.yml
@@ -28,7 +28,8 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install flake8 pytest
31
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ # Install the package in editable mode with dev dependencies
32
+ pip install -e .[dev]
33
- name: Lint with flake8
34
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments