From 9887779da1fadabff1da2a618ba26ceb9b5cb104 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 22 Dec 2021 14:59:51 -0500 Subject: [PATCH] I think we can get away with this --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ef5b60..cc9aff9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: 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 + pip install setuptools_scm<6 python -m pip install -v ./[test] - name: "Dump Python Environment" -- GitLab