Skip to content

Commit

Permalink
Update build_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jun 18, 2024
1 parent f0f7775 commit d64813f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: Install wntr
run: |
python -m pip install --upgrade pip
pip install wntr_${{ matrix.python-version }}_${{ matrix.os }}.whl
pip install wheel numpy>=1.2.1,<2.0 scipy networkx pandas matplotlib setuptools
pip install --no-index --pre --find-links=. wntr
- name: Usage of wntr
run: |
python -c "import wntr"
Expand Down

0 comments on commit d64813f

Please sign in to comment.