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 0ed1599 commit 82b6e55Copy full SHA for 82b6e55
devops/actions/run-tests/benchmark/action.yml
@@ -90,7 +90,7 @@ runs:
90
echo "-----"
91
sycl-ls
92
93
- sudo apt install -y python3-venv
+ 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
0 commit comments