We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220121a commit 37d361cCopy full SHA for 37d361c
devops/actions/run-tests/benchmark/action.yml
@@ -90,6 +90,7 @@ runs:
90
echo "-----"
91
sycl-ls
92
93
+ apt install -y python3-venv
94
python3 -m venv .venv
95
. .venv/bin/activate
96
pip install -r ./devops/scripts/benchmarks/requirements.txt
0 commit comments