We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c9434 + d4e8c70 commit 80ef9f7Copy full SHA for 80ef9f7
.circleci/config.yml
@@ -108,7 +108,7 @@ workflows:
108
jobs:
109
arm64:
110
machine:
111
- image: ubuntu-2004:202101-01
+ image: ubuntu-2204:2024.01.1
112
resource_class: arm.large
113
steps:
114
- checkout
@@ -843,7 +843,7 @@ jobs:
843
command: apt update && apt install -y python3-pip
844
- run:
845
name: Install dependencies
846
- command: pip3 install requests bs4
+ command: pip3 install requests bs4 --break-system-packages
847
848
name: Check dead links
849
command: devtools/deadlinks.py
0 commit comments