Skip to content
Snippets Groups Projects
Unverified Commit f02d532f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

privacypass

no way this works ...
parent 2e6b9e1c
No related branches found
No related tags found
1 merge request!100Windows CI
...@@ -38,6 +38,11 @@ jobs: ...@@ -38,6 +38,11 @@ jobs:
- name: Get Tahoe-LAFS master - name: Get Tahoe-LAFS master
run: | run: |
pip wheel --wheel-dir ./wheelhouse git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs 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" - name: "Install Dependencies"
run: | run: |
$Env:PIP_FIND_LINKS = "./wheelhouse" $Env:PIP_FIND_LINKS = "./wheelhouse"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment