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

this definitely did not help

parent 3e1a035b
No related branches found
No related tags found
1 merge request!149Pin Tahoe-LAFS to 1.14.0
......@@ -37,19 +37,19 @@ jobs:
- name: "Upgrade Pip"
run: |
python -m pip install --unstable-feature=resolver -v --upgrade pip
python -m pip install -v --upgrade pip
- name: "Install CI Dependencies"
run: |
python -m pip install --unstable-feature=resolver -v wheel coverage
python -m pip install -v wheel coverage
- name: "Install Test Dependencies"
run: |
python -m pip install --unstable-feature=resolver -v -r test-requirements.txt
python -m pip install -v -r test-requirements.txt
- name: "Install ZKAPAuthorizer"
run: |
python -m pip install --unstable-feature=resolver -v ./
python -m pip install -v ./
- name: "Dump Python Environment"
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment