Skip to content

Commit 9d16c80

Browse files
committed
update flopy in CI
1 parent b0b005f commit 9d16c80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
pip install -r requirements.pip.txt
157157
pip install -r requirements.usgs.txt
158158
159+
- name: Update flopy
160+
working-directory: modflow6/autotest
161+
run: python update_flopy.py
162+
159163
- name: Build modflow6 example models
160164
if: steps.cache-examples.outputs.cache-hit != 'true'
161165
working-directory: modflow6-examples/etc
@@ -167,6 +171,7 @@ jobs:
167171
BIN_PATH: ~/.local/bin/modflow
168172
REPOS_PATH: ${{ github.workspace }}
169173
GITHUB_TOKEN: ${{ github.token }}
174+
GITHUB_USER: "MODFLOW-USGS"
170175
run: pytest -v -n auto --durations 0 --ignore modflow_devtools/test/test_download.py
171176

172177
- name: Run network-dependent tests

0 commit comments

Comments
 (0)