Skip to content

Commit

Permalink
76 add waterinfo tests (#77)
Browse files Browse the repository at this point in the history
* rename+reran notebook

* added test_waterinfo_read

* added xarray optional dependency
  • Loading branch information
veenstrajelmer authored Mar 12, 2024
1 parent c385114 commit aad270f
Show file tree
Hide file tree
Showing 6 changed files with 1,405 additions and 1,288 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[dev]
python -m pip install -e .[dev,waterinfo]
- name: list env contents
run: |
pip list
Expand Down
Loading

0 comments on commit aad270f

Please sign in to comment.