Skip to content

Commit 162cba0

Browse files
committed
Change pip to install to user
1 parent 82b6e55 commit 162cba0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ runs:
9090
echo "-----"
9191
sycl-ls
9292
echo "-----"
93-
sudo apt install -y --ignore-missing python3-venv
94-
python3 -m venv .venv
95-
. .venv/bin/activate
96-
pip install -r ./devops/scripts/benchmarks/requirements.txt
93+
pip install --user -r ./devops/scripts/benchmarks/requirements.txt
9794
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl ./toolchain --save baseline
9895
echo "-----"
9996
ls

0 commit comments

Comments
 (0)