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

try to prime the env with a compatible setuptools_scm

parent b857aca0
No related branches found
No related tags found
1 merge request!275Depend on/Compatibility with Tahoe-LAFS 1.17.0
......@@ -39,6 +39,9 @@ jobs:
- name: "Install ZKAPAuthorizer and dependencies"
run: |
# Get a Python 2 compatible version of setuptools_scm so that pip
# doesn't install a Python 2 incompatible version for cbor2.
pip install setuptools_scm==1.17.0
python -m pip install -v ./[test]
- name: "Dump Python Environment"
......
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