Skip to content

Commit 16b03a7

Browse files
committed
fix(ci): install flake8 and pytest dependencies in workflow
1 parent 3c14d2c commit 16b03a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23+
pip install flake8 pytest pytest-cov
2324
2425
- name: Lint (flake8)
2526
run: flake8 src tests

0 commit comments

Comments
 (0)