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.
1 parent bfa2c61 commit 7b6a8eeCopy full SHA for 7b6a8ee
.circleci/config.yml
@@ -1297,10 +1297,8 @@ jobs:
1297
command: |
1298
apk update
1299
# needed for grcov and compiling tests
1300
- apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
+ apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3 py3-pip py3-pydantic
1301
ln -sf python3 /usr/bin/python
1302
- python3 -m ensurepip --break-system-packages
1303
- pip3 install --no-cache --upgrade pip setuptools --break-system-packages
1304
- run:
1305
name: Install cargo-llvm-cov and cargo-nextest
1306
0 commit comments