Skip to content

Commit bfa2c61

Browse files
committed
Allow breaking system packages
1 parent 732e914 commit bfa2c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,8 +1299,8 @@ jobs:
12991299
# needed for grcov and compiling tests
13001300
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
13011301
ln -sf python3 /usr/bin/python
1302-
python3 -m ensurepip
1303-
pip3 install --no-cache --upgrade pip setuptools
1302+
python3 -m ensurepip --break-system-packages
1303+
pip3 install --no-cache --upgrade pip setuptools --break-system-packages
13041304
- run:
13051305
name: Install cargo-llvm-cov and cargo-nextest
13061306
command: |
@@ -1325,7 +1325,7 @@ jobs:
13251325
- node/install
13261326
- run:
13271327
name: Install pydantic
1328-
command: pip install pydantic
1328+
command: pip install pydantic --break-system-packages
13291329
- run:
13301330
name: Run tests with coverage
13311331
command: |

0 commit comments

Comments
 (0)