Skip to content

Commit

Permalink
added setuptools to required
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed May 8, 2024
1 parent 8dde3ee commit 9ed1864
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 @@ -64,7 +64,7 @@ jobs:
- name: Install wntr
run: |
python -m pip install --upgrade pip
pip install wheel numpy scipy networkx pandas matplotlib
pip install wheel numpy scipy networkx pandas matplotlib setuptools
pip install --no-index --pre --find-links=. wntr
- name: Usage of wntr
run: |
Expand Down

0 comments on commit 9ed1864

Please sign in to comment.