From 60fc23043b63255f92a6b85a24bfc1d0446374a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Apr 2021 20:51:58 +0200 Subject: [PATCH] package/ci: NOTHING IS EVER SIMPLE. G'damit, can I just make the test run first *and only then* go on with upgrading all the shit that broke in the few months while I was not looking?! --- package/ci/circleci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index cd1b21af..eba0b03a 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -55,6 +55,8 @@ commands: # Matplotlib 3.4.1 has different output AGAIN, staying on something # older until I can investigate; on Py3.5 there's only 3.0 so this is # 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 command: | pip install jinja2 pelican==4.2.0 Pyphen==0.9.5 Pillow coverage codecov qrcode matplotlib<< parameters.matplotlib-version >> << parameters.extra >> - run: @@ -189,7 +191,7 @@ jobs: extra: graphviz cmake ninja-build wget - install-python-deps: matplotlib-version: ==3.3.4 - extra: attrs + extra: attrs==19.3.0 - checkout - test-theme - test-plugins @@ -205,7 +207,7 @@ jobs: extra: graphviz cmake ninja-build wget - install-python-deps: matplotlib-version: ==3.3.4 - extra: attrs + extra: attrs==19.3.0 - checkout - test-theme - test-plugins -- 2.30.2