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

get the tahoe branch we depend on into the ci env

parent cd5452b5
No related branches found
No related tags found
1 merge request!248Turn off implicit lease renewal for allocate_buckets
......@@ -120,6 +120,9 @@ jobs:
# dependencies into the environment.
venv/bin/pip install --no-index --find-links file://${PWD}/wheelhouse .[test]
# For a while we depend on a pretty fresh Tahoe
pip install https://github.com/tahoe-lafs/tahoe-lafs/archive/refs/heads/3842.allocate_buckets-without-lease-renewal.zip
- run:
name: "Test"
command: |
......
......@@ -40,6 +40,8 @@ jobs:
- name: "Install ZKAPAuthorizer and dependencies"
run: |
python -m pip install -v ./[test]
# For a while we depend on a pretty fresh Tahoe
pip install https://github.com/tahoe-lafs/tahoe-lafs/archive/refs/heads/3842.allocate_buckets-without-lease-renewal.zip
- name: "Dump Python Environment"
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment