Skip to content

Commit

Permalink
Remove test wheels, still buggy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jan 29, 2025
1 parent 1adbf1d commit 424aa69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ jobs:
- name: Import wntr
run: |
python -c "import wntr"
- name: Checkout requirements.txt
uses: actions/checkout@v4
- name: Test wntr
run: |
pip install -r requirements.txt
python -c "import wntr; print(wntr.__file__)"
pytest wntr/tests/
pytest_coverage:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 424aa69

Please sign in to comment.