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:
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 : |
You can’t perform that action at this time.
0 commit comments