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 30a0511 commit d4fbc10Copy full SHA for d4fbc10
.github/workflows/rtd.yml
@@ -144,6 +144,10 @@ jobs:
144
meson test --verbose --no-rebuild -C builddir
145
echo "$(pwd)/bin" >> $GITHUB_PATH
146
147
+ - name: Update FloPy packages
148
+ working-directory: modflow6
149
+ run: python -m flopy.mf6.utils.generate_classes --dfnpath doc/mf6io/mf6ivar/dfn
150
+
151
- name: Run tutorial and example notebooks
152
working-directory: flopy/autotest
153
run: |
0 commit comments