Skip to content

Commit

Permalink
Update packages in sharktank workflow (could also use venv + no cache).
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Dec 6, 2024
1 parent a001373 commit e7a8255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
pip install -f https://iree.dev/pip-release-links.html --pre \
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
pip install -f https://iree.dev/pip-release-links.html --pre \
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
Expand Down

0 comments on commit e7a8255

Please sign in to comment.