Skip to content

Commit

Permalink
break out delta tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <prithvi.kannan@databricks.com>
  • Loading branch information
prithvikannan committed Dec 13, 2023
1 parent 1313727 commit 57d7d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Expand Up @@ -238,7 +238,10 @@ jobs:
- uses: ./.github/actions/pipdeptree
- name: Run tests
run: |
pytest tests/evaluate
pytest tests/evaluate --ignore=tests/evaluate/test_default_evaluator_delta.py
- name: Run tests with delta
run: |
pytest tests/evaluate/test_default_evaluator_delta.py
pyfunc:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
Expand Down

0 comments on commit 57d7d2a

Please sign in to comment.