Skip to content

Commit

Permalink
[PERF] Remove python venv module installation from setup script. (#10…
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopedBard3 committed Aug 26, 2024
1 parent 4b9e2f4 commit 2a6fab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/coreclr/templates/run-performance-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
sudo apt-get remove -y lttng-modules-dkms &&
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 &&
ls -l $HELIX_WORKITEM_PAYLOAD/.venv/bin/activate &&
export PYTHONPATH= &&
Expand Down

0 comments on commit 2a6fab0

Please sign in to comment.