Skip to content

Commit 220121a

Browse files
committed
Use venv for python packages
1 parent 3a65b98 commit 220121a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ runs:
9090
echo "-----"
9191
sycl-ls
9292
echo "-----"
93+
python3 -m venv .venv
94+
. .venv/bin/activate
9395
pip install -r ./devops/scripts/benchmarks/requirements.txt
9496
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl ./toolchain --save baseline
9597
echo "-----"

0 commit comments

Comments
 (0)