We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b005f commit 6deb7d9Copy full SHA for 6deb7d9
.github/workflows/ci.yml
@@ -156,6 +156,10 @@ jobs:
156
pip install -r requirements.pip.txt
157
pip install -r requirements.usgs.txt
158
159
+ - name: Update flopy
160
+ working-directory: modflow6/autotest
161
+ run: python update_flopy.py
162
+
163
- name: Build modflow6 example models
164
if: steps.cache-examples.outputs.cache-hit != 'true'
165
working-directory: modflow6-examples/etc
0 commit comments