File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1299,8 +1299,8 @@ jobs:
1299
1299
# needed for grcov and compiling tests
1300
1300
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
1301
1301
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
1304
1304
- run :
1305
1305
name : Install cargo-llvm-cov and cargo-nextest
1306
1306
command : |
@@ -1325,7 +1325,7 @@ jobs:
1325
1325
- node/install
1326
1326
- run :
1327
1327
name : Install pydantic
1328
- command : pip install pydantic
1328
+ command : pip install pydantic --break-system-packages
1329
1329
- run :
1330
1330
name : Run tests with coverage
1331
1331
command : |
You can’t perform that action at this time.
0 commit comments