From 7207818ad69ea026db88d52405a5b2aaeb7b6864 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Jan 2025 12:54:02 +0000 Subject: [PATCH] Fix the CI build. --- .github/workflows/deploy-site.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 5bfe95e1..6c68d472 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | sudo apt-get install python3-pip python3-setuptools python3-wheel --assume-yes --install-recommends - sudo pip3 install -r requirements.txt . + sudo pip3 install --break-system-packages --requirement requirements.txt . - name: Build the docs site run: | diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 4ab12c8a..c18539ec 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ jobs: - name: Install dependencies run: | sudo apt-get install python3-pip python3-setuptools python3-wheel --assume-yes --install-recommends - sudo pip3 install -r requirements.txt . + sudo pip3 install --break-system-packages --requirement requirements.txt . - name: Check for broken redirects run: ./tools/find-broken-redirects