File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments