Skip to content

Commit

Permalink
Fix the CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jan 20, 2025
1 parent 4a8180a commit 7207818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7207818

Please sign in to comment.