Skip to content

Commit

Permalink
Update path in tuner-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing committed Aug 28, 2024
1 parent 4a42b5b commit 28f2a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tuner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Install dev dependencies
run: |
python -m pip install --upgrade pip
pip install -r sharktank/tuner/requirements-dev.txt
pip install -r tuner/requirements-dev.txt
- name: Install tuner dependencies
run: |
pip install -r sharktank/tuner/requirements-tuner.txt
pip install -r tuner/requirements-tuner.txt
python -m pip install \
--find-links https://iree.dev/pip-release-links.html \
--upgrade \
iree-compiler iree-runtime
- name: Run tuner tests
run: pytest sharktank/tuner/
run: pytest tuner/

0 comments on commit 28f2a96

Please sign in to comment.