Skip to content

Commit f89a0dd

Browse files
mjrenomjreno
authored andcommitted
generate classes from modflow
1 parent 111f2f2 commit f89a0dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ jobs:
166166
working-directory: flopy
167167
run: |
168168
pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
169-
pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar/dfn
170169
171170
- name: Build MF6
172171
working-directory: modflow6
@@ -175,6 +174,10 @@ jobs:
175174
pixi run meson install -C builddir
176175
pixi run meson test --verbose --no-rebuild -C builddir
177176
177+
- name: Update FloPy packages
178+
working-directory: modflow6
179+
run: python -m flopy.mf6.utils.generate_classes --dfnpath doc/mf6io/mf6ivar/dfn
180+
178181
- name: Run tests
179182
working-directory: flopy/autotest
180183
run: |

0 commit comments

Comments
 (0)