We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0223518 commit 3274c11Copy full SHA for 3274c11
.github/workflows/python_package.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install flake8
27
- pip install .[test]
+ pip install .[test,app-doctr]
28
- name: Lint with flake8
29
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments