We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce4d6 commit 9ea98ebCopy full SHA for 9ea98eb
.github/workflows/gh-test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install flake8 pytest pytest-cov
27
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\
+ pip install -e .[extras]
28
- name: Lint with flake8
29
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments