Skip to content

Commit 7b6a8ee

Browse files
committed
Install via apk
1 parent bfa2c61 commit 7b6a8ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,10 +1297,8 @@ jobs:
12971297
command: |
12981298
apk update
12991299
# needed for grcov and compiling tests
1300-
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
1300+
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3 py3-pip py3-pydantic
13011301
ln -sf python3 /usr/bin/python
1302-
python3 -m ensurepip --break-system-packages
1303-
pip3 install --no-cache --upgrade pip setuptools --break-system-packages
13041302
- run:
13051303
name: Install cargo-llvm-cov and cargo-nextest
13061304
command: |

0 commit comments

Comments
 (0)