Skip to content

Commit 9077dc0

Browse files
committed
Install pip
1 parent ef84635 commit 9077dc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,9 @@ jobs:
12981298
apk update
12991299
# needed for grcov and compiling tests
13001300
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
1301+
ln -sf python3 /usr/bin/python
1302+
python3 -m ensurepip
1303+
pip3 install --no-cache --upgrade pip setuptools
13011304
- run:
13021305
name: Install cargo-llvm-cov and cargo-nextest
13031306
command: |

0 commit comments

Comments
 (0)