diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f6e4c3c33c07b82c526502b359d2274c484fc120..1b9a621cbb1f0aa730bcbfc5159a34b1a1c341c0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -38,6 +38,11 @@ jobs:
     - name: Get Tahoe-LAFS master
       run: |
         pip wheel --wheel-dir ./wheelhouse git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs
+
+    - name: Get PrivacyPass bindings
+      run: |
+        pip wheel --wheel-dir ./wheelhouse git+https://github.com/LeastAuthority/privacypass@master#egg=privacypass
+
     - name: "Install Dependencies"
       run: |
         $Env:PIP_FIND_LINKS = "./wheelhouse"