Skip to content

Commit 2a1998c

Browse files
committed
Pin flake8<5 in workflow.
1 parent b1781a6 commit 2a1998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash -l {0}
3535
run: |
3636
mamba install -y -q \
37-
flake8 \
37+
"flake8<5" \
3838
pytest pytest-flake8 pytest-xdist pytest-openfiles pytest-cov pytest-session2file
3939
4040
- name: List installed packages

0 commit comments

Comments
 (0)