Skip to content

Commit

Permalink
Edit ci-tuner
Browse files Browse the repository at this point in the history
  • Loading branch information
RattataKing committed Aug 23, 2024
1 parent e498173 commit 339bfb3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci-tuner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read

jobs:
pre-commit-and-test:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -32,9 +32,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r sharktank/sharktank/tools/tuner/requirements-dev.txt
- name: Run pre-commit test
run: pre-commit run --all-files --show-diff-on-failure --color=always

- name: Install tuner dependencies
run: |
pip install -r sharktank/sharktank/tools/tuner/requirements-tuner.txt
Expand All @@ -43,7 +40,5 @@ jobs:
--upgrade \
iree-compiler iree-runtime
- name: Run pytest
working-directory: sharktank/tests/tuner
run: |
python -m pytest
- name: Run tuner tests
run: pytest sharktank/tests/tuner/

0 comments on commit 339bfb3

Please sign in to comment.