Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building and testing issues #467

Merged
merged 32 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e573201
update manifest to include new binaries
kbonney Jan 21, 2025
5b6cd26
correct manifest syntax
kbonney Jan 21, 2025
7d7db0d
make path explicit in build job
kbonney Jan 27, 2025
56258b9
remove explicit path
kbonney Jan 27, 2025
a56ec71
add env variable
kbonney Jan 27, 2025
1299dd3
another attempt
kbonney Jan 27, 2025
eb5f9f8
remove old conditional
kbonney Jan 27, 2025
982ee7a
try 14.0
kbonney Jan 27, 2025
0812cfe
debugging run
kbonney Jan 27, 2025
31c2a4a
more debugging ideas
kbonney Jan 28, 2025
385730b
fix debug steps
kbonney Jan 28, 2025
f3e21e7
adjust debug
kbonney Jan 28, 2025
393adfc
change env var before build wntr
kbonney Jan 28, 2025
0eea2f4
env var before python
kbonney Jan 28, 2025
9474440
fix macos setting
kbonney Jan 28, 2025
a82aacd
try forcing platform name
kbonney Jan 28, 2025
9a2543e
fix syntax
kbonney Jan 28, 2025
af7e606
add testing step to install import
kbonney Jan 29, 2025
53d7d54
add upper bound to plotly requirement
kbonney Jan 29, 2025
5ab9599
checkout and install requirements.txt for wntr wheel test
kbonney Jan 29, 2025
c3bb962
test only one file since others break
kbonney Jan 29, 2025
a2366ae
checkout tests folder for testing
kbonney Jan 29, 2025
0f1ea11
remove wheel testing. difficult to get working
kbonney Jan 29, 2025
141ca95
another testing attempt.
kbonney Jan 29, 2025
1adbf1d
another testing attempt.
kbonney Jan 29, 2025
424aa69
Remove test wheels, still buggy.
kbonney Jan 29, 2025
7256779
Try including testing data in wheel
kbonney Jan 29, 2025
b26edbf
attempt to set working directory
kbonney Jan 29, 2025
621d5bc
another attempt
kbonney Jan 29, 2025
470174b
fix libomp issue
kbonney Jan 29, 2025
3b1ad6f
remove demos from wheel testing
kbonney Jan 29, 2025
6c6ecd2
remove files and tests for demos/examples
kbonney Jan 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test only one file since others break
kbonney committed Jan 29, 2025
commit c3bb96265972107ce5bf12c7c91a6c957be16523
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ jobs:
- name: Test wntr
run: |
pip install -r requirements.txt
pytest --pyargs wntr.tests
pytest --pyargs wntr.tests.test_sim_results
pytest_coverage:
runs-on: ${{ matrix.os }}
strategy: