Skip to content

Commit

Permalink
Pin flake8 to <5 to avoid pytest-flake8 incompatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff authored and timj committed Aug 3, 2022
1 parent b6c6935 commit 333ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -y -q \
flake8 \
"flake8<5" \
pytest pytest-flake8 pytest-xdist pytest-openfiles pytest-cov
- name: List installed packages
Expand Down

0 comments on commit 333ed0b

Please sign in to comment.