Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney authored Jun 18, 2024
1 parent d6fa6bb commit f0f7775
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: wntr_${{ matrix.python-version }}_${{ matrix.os }}.whl
# - name: Discover
# run: |
# ls .
- name: Install wntr
run: |
python -m pip install --upgrade pip
# pip install wheel numpy scipy networkx pandas matplotlib setuptools
pip install --no-index --pre --find-links=. wntr
pip install wntr_${{ matrix.python-version }}_${{ matrix.os }}.whl
- name: Usage of wntr
run: |
python -c "import wntr"
Expand Down

0 comments on commit f0f7775

Please sign in to comment.