Explorar o código

Merge branch 'master' into fix-gpg-missing

Jelmer Vernooij %!s(int64=2) %!d(string=hai) anos
pai
achega
ea00258619
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'"