We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1781a6 commit 2a1998cCopy full SHA for 2a1998c
.github/workflows/build.yaml
@@ -34,7 +34,7 @@ jobs:
34
shell: bash -l {0}
35
run: |
36
mamba install -y -q \
37
- flake8 \
+ "flake8<5" \
38
pytest pytest-flake8 pytest-xdist pytest-openfiles pytest-cov pytest-session2file
39
40
- name: List installed packages
0 commit comments