Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ jobs:
- name: Install dependencies
working-directory: modflow6
run: |
# optional dependencies of FloPy come from conda so they are
# consistent with the libraries already in the environment. pymetis
# is held back until the metis tests pass on macOS
pixi add h5py scikit-learn
pixi run install
pixi run pip install coverage pytest-cov netcdf4

Expand Down