From f02d532ff26309802865cdf6829624a50427d9ae Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 9 Mar 2020 13:27:14 -0400
Subject: [PATCH] privacypass

no way this works ...
---
 .github/workflows/ci.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f6e4c3c..1b9a621 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"
-- 
GitLab