From 1ddb6c98a60ccc167125f1421aa2e926b9388010 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 2 Jan 2022 19:52:07 +0100 Subject: [PATCH] package/ci: use older qrcode package until I update the regexes. --- package/ci/circleci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 5d14f9a9..9deed23a 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -61,8 +61,10 @@ commands: # being set explicitly in py36 and py37 build # Attrs 20.3 add some new properties that I need to ignore first, using # 19.3 instead + # New qrcode (7.3? or the older ones as well?) chages the SVG preamble + # so the current regex no longer works. I have to update it. command: | - pip install jinja2 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode matplotlib<< parameters.matplotlib-version >> << parameters.extra >> + pip install jinja2 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode==6.1 matplotlib<< parameters.matplotlib-version >> << parameters.extra >> - run: name: Fix unheard-of cursed issues # otherwise i get Error: unsupported locale setting -- 2.30.2