浏览代码

Don't upgrade pgp

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

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

@@ -36,7 +36,7 @@ jobs:
           python -m pip install --upgrade pip
           pip install --upgrade ".[fastimport,paramiko,https]"  setuptools-rust
       - name: Install gpg on supported platforms
-        run: pip install --upgrade ".[pgp]"
+        run: pip install ".[pgp]"
         if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"
       - name: Style checks
         run: |