Skip to content

Commit

Permalink
ensurepip #117 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 5, 2024
1 parent be64b01 commit 623f1a0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ python3.9 -m venv .venv
source .venv/bin/activate


python3.9 -m ensurepip --upgrade
python3.9 -m pip install --upgrade pip

echo "Python executable: $(which python3.9)"
echo "Pip executable: $(which pip)"

.venv/bin/python3.9 -m pip install --upgrade pip
.venv/bin/python3.9 -m pip install --ignore-installed --upgrade -r requirements.txt
python3.9 -m pip install --upgrade -r requirements.txt

execute-benchmark \
-mc $matrix_config \
Expand Down

0 comments on commit 623f1a0

Please sign in to comment.