Browse Source

Merge branch 'master' into fix-gpg-missing

Jelmer Vernooij 2 years ago
parent
commit
ea00258619
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pythonpackage.yml

+ 1 - 1
.github/workflows/pythonpackage.yml

@@ -38,7 +38,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install -U pip coverage flake8 fastimport paramiko urllib3
+        pip install -U pip coverage flake8==4.0.1 fastimport paramiko urllib3
     - name: Install gpg on supported platforms
       run: pip install -U gpg
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"