Skip to content

Commit 32fb07d

Browse files
authored
get latest iree
1 parent 25b29d0 commit 32fb07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3.11 -m venv bench_venv
2828
source bench_venv/bin/activate
2929
pip install --upgrade pip
30-
pip install --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
30+
pip install --pre --no-cache-dir --find-links https://iree.dev/pip-release-links.html iree-base-compiler iree-base-runtime --upgrade
3131
pip install -r requirements.txt
3232
pip install --no-compile --pre --upgrade -e common_tools
3333
pip install iree-turbine@git+https://github.com/iree-org/iree-turbine.git@main

0 commit comments

Comments
 (0)