Skip to content

Commit

Permalink
remove wheel testing. difficult to get working
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jan 29, 2025
1 parent a2366ae commit 0f1ea11
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@ jobs:
- name: Import wntr
run: |
python -c "import wntr"
- name: Checkout requirements.txt
uses: actions/checkout@v4
with:
sparse-checkout: |
requirements.txt
wntr/tests/
sparse-checkout-cone-mode: false
fetch-depth: 1
- name: Test wntr
run: |
pip install -r requirements.txt
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_coverage:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 0f1ea11

Please sign in to comment.