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 17ead7b commit f244653Copy full SHA for f244653
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install flake8 pytest
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
# Install the package in development mode
28
- pip install -e .
+ pip install -e .[dev] .
29
- name: Lint with flake8
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
0 commit comments