Skip to content

Commit ac62992

Browse files
committed
CI: install needed flake8 helper packages
1 parent 706ef8e commit ac62992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Flake code
6363
run: |
64-
python -m pip install flake8
64+
python -m pip install flake8 Flake8-pyproject flake8-typing-imports
6565
python -m flake8 src tests
6666
6767
- name: Check import ordering

0 commit comments

Comments
 (0)