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

I think we can get away with this

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