Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Apr 21, 2024
1 parent f05463c commit baaefbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
pip install --no-compile -f https://iree.dev/pip-release-links.html --src deps \
-e "git+https://github.com/nod-ai/SHARK-Turbine.git#egg=SHARK-Turbine&subdirectory=core"
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
- name: Run sharkfin tests
- name: Run sharktank tests
if: ${{ !cancelled() }}
run: |
pytest -n 4 sharkfin/
pytest -n 4 sharktank/
- name: Run shortfin tests
if: ${{ !cancelled() }}
Expand Down

0 comments on commit baaefbc

Please sign in to comment.