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

See if the alpha resolver makes it any better

parent bdb82400
No related branches found
No related tags found
1 merge request!149Pin Tahoe-LAFS to 1.14.0
...@@ -37,19 +37,19 @@ jobs: ...@@ -37,19 +37,19 @@ jobs:
- name: "Upgrade Pip" - name: "Upgrade Pip"
run: | run: |
python -m pip install -v --upgrade pip python -m pip install --unstable-feature=resolver -v --upgrade pip
- name: "Install CI Dependencies" - name: "Install CI Dependencies"
run: | run: |
python -m pip install -v wheel coverage python -m pip install --unstable-feature=resolver -v wheel coverage
- name: "Install Test Dependencies" - name: "Install Test Dependencies"
run: | run: |
python -m pip install -v -r test-requirements.txt python -m pip install --unstable-feature=resolver -v -r test-requirements.txt
- name: "Install ZKAPAuthorizer" - name: "Install ZKAPAuthorizer"
run: | run: |
python -m pip install -v ./ python -m pip install --unstable-feature=resolver -v ./
- name: "Dump Python Environment" - name: "Dump Python Environment"
run: | 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