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