From 42c75f38f029928d71db2a684dc59a34440a279f Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 13:58:01 +0100 Subject: [PATCH 1/2] Allow design-system to be found by pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f290ba..7b6b026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip", + "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793", "whitenoise", "pysass", "jsmin<3.1", From 09a448d084f1786442f28c25cdda444d6adbccee Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 15:33:35 +0100 Subject: [PATCH 2/2] Remove tidy file with force --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 506a53b..7087623 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: name: Install HTML Tidy command: | wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb && sudo dpkg -i tidy-5.8.0-Linux-64bit.deb - rm tidy-5.8.0-Linux-64bit.deb + rm -rf tidy-5.8.0-Linux-64bit.deb - run: name: Install Requirements command: |