Skip to content

Commit 82b6e55

Browse files
committed
Ignore "missing" apt packages in workflow
1 parent 0ed1599 commit 82b6e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
echo "-----"
9191
sycl-ls
9292
echo "-----"
93-
sudo apt install -y python3-venv
93+
sudo apt install -y --ignore-missing python3-venv
9494
python3 -m venv .venv
9595
. .venv/bin/activate
9696
pip install -r ./devops/scripts/benchmarks/requirements.txt

0 commit comments

Comments
 (0)