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

Try to get more information about why pip is doing these things

Why is pip installing "Twisted[tls]>16.4" when Tahoe-LAFS asks for
"Twisted[tls,conch] >= 18.4.0"?
parent 5b1b9aa2
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 --upgrade pip
python -m pip install -v --upgrade pip
- name: "Install CI Dependencies"
run: |
python -m pip install wheel coverage
python -m pip install -v wheel coverage
- name: "Install Test Dependencies"
run: |
python -m pip install -r test-requirements.txt
python -m pip install -v -r test-requirements.txt
- name: "Install ZKAPAuthorizer"
run: |
python -m pip install ./
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.
Finish editing this message first!
Please register or to comment