Skip to content

Commit 6deb7d9

Browse files
committed
update flopy in CI
1 parent b0b005f commit 6deb7d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 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

0 commit comments

Comments
 (0)