Skip to content

Commit 37d361c

Browse files
committed
Install venv before using venv
1 parent 220121a commit 37d361c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ runs:
9090
echo "-----"
9191
sycl-ls
9292
echo "-----"
93+
apt install -y python3-venv
9394
python3 -m venv .venv
9495
. .venv/bin/activate
9596
pip install -r ./devops/scripts/benchmarks/requirements.txt

0 commit comments

Comments
 (0)