Skip to content

Commit

Permalink
remove demos from wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jan 29, 2025
1 parent 470174b commit 3b1ad6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Test wntr
run: |
pip install -r requirements.txt
pytest wntr/tests/
pytest wntr/tests/ --ignore=wntr/tests/test_demos.py
pytest_coverage:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 3b1ad6f

Please sign in to comment.