Skip to content

Commit 053cdfa

Browse files
committed
update test.yml
1 parent 9b4e934 commit 053cdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31-
pip install pytest
31+
pip install pytest flake8
3232
pip install -e .
3333
- name: Test with pytest
3434
run: |

0 commit comments

Comments
 (0)