Skip to content

Commit 05f1728

Browse files
mjrenomjreno
authored andcommitted
regenerate classes in rtd workflow
1 parent c22c238 commit 05f1728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rtd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ jobs:
147147
meson test --verbose --no-rebuild -C builddir
148148
echo "$(pwd)/bin" >> $GITHUB_PATH
149149
150+
- name: Update FloPy packages
151+
working-directory: modflow6
152+
run: python -m flopy.mf6.utils.generate_classes --dfnpath doc/mf6io/mf6ivar/dfn
153+
150154
- name: Run tutorial and example notebooks
151155
working-directory: flopy/autotest
152156
run: pytest -v -n auto test_example_notebooks.py

0 commit comments

Comments
 (0)