Skip to content

Commit

Permalink
another testing attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jan 29, 2025
1 parent 141ca95 commit 1adbf1d
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 @@ -86,7 +86,7 @@ jobs:
run: |
pip install -r requirements.txt
python -c "import wntr; print(wntr.__file__)"
coverage run --context=${{ matrix.os }}.py${{ matrix.python-version }} --source=wntr --omit="*/tests/*","*/sim/network_isolation/network_isolation.py","*/sim/aml/evaluator.py" -m pytest --doctest-modules --doctest-glob="*.rst" wntr
pytest wntr/tests/
pytest_coverage:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 1adbf1d

Please sign in to comment.