Skip to content

Commit 3274c11

Browse files
committed
Github workflow fix
1 parent 0223518 commit 3274c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install flake8
27-
pip install .[test]
27+
pip install .[test,app-doctr]
2828
- name: Lint with flake8
2929
run: |
3030
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)