Skip to content

Commit

Permalink
More CI updates for modflow6-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Aug 21, 2024
1 parent aa06e1a commit 9033753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
pip install git+https://[email protected]/MODFLOW-USGS/modflow-devtools@develop
pip install git+https://[email protected]/modflowpy/flopy@develop
pip install .[test]
get-modflow :flopy
- name: Install modflow6 nightly build
uses: modflowpy/install-modflow-action@v1
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ test = [
"pytest-order",
"pytest-xdist",
"GitPython",
"pooch"
"pooch",
"scipy"
]
lint = [
"ruff",
Expand Down

0 comments on commit 9033753

Please sign in to comment.