浏览代码

Merge branch 'master' into fix-gpg-missing

Jelmer Vernooij 2 年之前
父节点
当前提交
ea00258619
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pythonpackage.yml

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

@@ -38,7 +38,7 @@ jobs:
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
         python -m pip install --upgrade pip
         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
     - name: Install gpg on supported platforms
       run: pip install -U gpg
       run: pip install -U gpg
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"