Skip to content

Commit

Permalink
pin flake8 < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Aug 15, 2022
1 parent c1d46bb commit 42c3b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.8

- name: Update Python packages
run: pip install --upgrade "setuptools<65" "flake8<5"
run: pip install --upgrade "setuptools<65" "flake8<5"

- name: Install Python prereqs
run: |
Expand Down

0 comments on commit 42c3b00

Please sign in to comment.