Skip to content

Commit

Permalink
Don't apply to Minimum supported dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 10, 2022
1 parent 643ae54 commit e8d1351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lower-bound-requirements.yml
Expand Up @@ -34,5 +34,8 @@ jobs:

- name: Test with pytest
run: |
# Disable error on filterwarnings as testing for oldest releases that work with latest API,
# not the oldest releases that are warning free
sed -i '/"error",/d' pyproject.toml
# Run on tests/ to skip doctests of src given examples are for latest APIs
pytest --ignore tests/benchmarks/ --ignore tests/contrib --ignore tests/test_notebooks.py tests/

0 comments on commit e8d1351

Please sign in to comment.