Skip to content

Commit

Permalink
CI: also install Flake8-pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 12, 2024
1 parent 85d6158 commit 4d7f772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-python@v3
- name: flake src code
run: |
python -m pip install flake8
python -m pip install flake8 Flake8-pyproject
python -m flake8 src
- name: flake test code
run: |
Expand Down

0 comments on commit 4d7f772

Please sign in to comment.