From: Vladimír Vondruš Date: Sun, 2 Jan 2022 18:52:07 +0000 (+0100) Subject: package/ci: use older qrcode package until I update the regexes. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=1ddb6c98a60ccc167125f1421aa2e926b9388010;p=blog.git package/ci: use older qrcode package until I update the regexes. --- 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