Skip to content

Commit

Permalink
pin flake8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Jul 31, 2023
1 parent 5a1f328 commit 86ae52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install flake8
run: |
python -m pip install --upgrade pip
pip install flake8
pip install flake8==6.0.0
- name: List changed files
run: |
git diff --compact-summary "origin/$GITHUB_BASE_REF"
Expand Down

0 comments on commit 86ae52b

Please sign in to comment.