From f0afb3a3945a88004859bb4d6b9c399f954d94d8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 22 Dec 2021 15:33:39 -0500 Subject: [PATCH] link to the upstream issue that might save us someday --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc9aff9..c89bbd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,10 @@ 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. + # doesn't install a Python 2 incompatible version for cbor2. There's + # always a chance cbor2 will help us out with a 5.2.1 that declares + # the constraint for us: + # https://github.com/agronholm/cbor2/issues/124 pip install setuptools_scm<6 python -m pip install -v ./[test] -- GitLab