Skip to content

Commit

Permalink
ignore tests that need openai
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Oct 4, 2023
1 parent b185e0b commit 293c055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install pytest pytest-cov
pip install ".[experiments,eval,reprs]"
- name: Run tests
run: pytest --cov=src --cov-report=xml --ignore tests/baselines
run: pytest --cov=src --cov-report=xml --ignore tests/baselines --ignore tests/test_tuner.py --ignore tests/test_querier.py
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
if: success()
Expand Down

0 comments on commit 293c055

Please sign in to comment.