Skip to content

Commit

Permalink
Ignore dir containing perplexity test from presubmit workflow
Browse files Browse the repository at this point in the history
Perplexity is to run nightly but being pulled into presubmit CI. Adding ignore here to fix
  • Loading branch information
IanNod committed Oct 16, 2024
1 parent e30d0af commit 598c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Run sharktank tests
if: ${{ !cancelled() }}
run: |
pytest -n 4 sharktank/
pytest -n 4 sharktank/ --ignore=sharktank/tests/evaluate/

0 comments on commit 598c137

Please sign in to comment.