Skip to content

Commit

Permalink
Don't upgrade pgp
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 23, 2025
1 parent d114254 commit 556726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 556726a

Please sign in to comment.