Commit Diff


commit - 1da66d6c7e7cc05ba7dfd703a465c4664d940cb1
commit + 22c497a5aa9dba460212d0ff1d5374fe3ae8f680
blob - 3f0c3dc347843f5b492b2bff89ed8ad46b892018
blob + a56b728b358e5350087128d798f073fd292d6d23
--- .github/workflows/python-distributions.yml
+++ .github/workflows/python-distributions.yml
@@ -27,12 +27,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel setuptools-rust
-      - name: Install gpg on supported platforms
-        run: pip install -U gpg
-        if: "matrix.os != 'windows-latest'"
-      - name: Run test suite
-        run: python -m unittest tests.test_suite
+          pip install setuptools wheel cibuildwheel setuptools-rust
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v3
         if: "matrix.os == 'ubuntu-latest'"