Skip to content

Commit

Permalink
Explicitly run on tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 4, 2021
1 parent 4534e54 commit ec5cd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lower-bound-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Test with pytest
run: |
# Ignore src/ to skip doctests and just tests API in tests/
python -m pytest -r sx --ignore tests/benchmarks/ --ignore tests/contrib --ignore tests/test_notebooks.py --ignore src/
# Run on tests/ to skip doctests of src given examples are for latest APIs
python -m pytest -r sx --ignore tests/benchmarks/ --ignore tests/contrib --ignore tests/test_notebooks.py tests/

0 comments on commit ec5cd31

Please sign in to comment.