From 7acde7d7bf4f9f39b9f9161591a84bdba320b023 Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Tue, 2 Aug 2022 20:59:15 -0700 Subject: [PATCH] Pin flake8 to <5 to avoid pytest-flake8 incompatibility. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa309094c1..3afe2aba0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -69,7 +69,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