Skip to content

Commit

Permalink
Change to use nightly ver of ireec
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing committed Aug 6, 2024
1 parent 2d3844e commit 4e9864f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: Install tuner dependencies
run: |
pip install -r tuning/tuner_requirements/requirements.txt
python -m pip install iree-compiler
python -m pip install \
--find-links https://iree.dev/pip-release-links.html \
--upgrade \
iree-compiler
- name: Run pytest
working-directory: tuning
Expand Down

0 comments on commit 4e9864f

Please sign in to comment.