Skip to content

Commit

Permalink
[wasm] Fix runtime-wasm-perf failing on PRs (#95895)
Browse files Browse the repository at this point in the history
```
+ python3 -m pip install --user -U pip
/usr/bin/python3: No module named pip
```
  • Loading branch information
radical authored Dec 12, 2023
1 parent f83838b commit 2155bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/templates/run-performance-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
export ORIGPYPATH=$PYTHONPATH
export CRYPTOGRAPHY_ALLOW_OPENSSL_102=true;
echo "** Installing prerequistes **";
sudo apt-get -y install python3-pip &&
python3 -m pip install --user -U pip &&
sudo apt-get -y install python3-venv &&
python3 -m venv $HELIX_WORKITEM_PAYLOAD/.venv &&
Expand Down

0 comments on commit 2155bb4

Please sign in to comment.