Skip to content

Commit aa522ec

Browse files
author
Eran Davidovich
committed
missing flake8 dependency
1 parent 94f5c41 commit aa522ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

21+
- name: Install dependencies
22+
run: |
23+
python -m pip install --upgrade pip
24+
pip install flake8
25+
2126
- name: Lint with flake8
2227
run: |
2328
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)