Skip to content

Commit d2d558f

Browse files
committed
?
1 parent e0cef1e commit d2d558f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/mf6.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646

4747
- name: Install FloPy
4848
working-directory: flopy
49-
run: pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
49+
run: |
50+
pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
51+
pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar
5052
5153
- name: Build and install MF6
5254
working-directory: modflow6
@@ -119,7 +121,9 @@ jobs:
119121

120122
- name: Install FloPy
121123
working-directory: flopy
122-
run: pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
124+
run: |
125+
pixi run --manifest-path=../modflow6/pixi.toml pip install --no-deps -e .
126+
pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar
123127
124128
- name: Install executables
125129
uses: modflowpy/install-modflow-action@v1
@@ -132,10 +136,6 @@ jobs:
132136
pixi run meson test --verbose --no-rebuild -C builddir
133137
cp bin/* ~/.local/bin/modflow/
134138
135-
- name: Update package classes
136-
working-directory: modflow6/autotest
137-
run: pixi run update_flopy.py
138-
139139
- name: Test MF6 examples
140140
working-directory: modflow6-examples/autotest
141141
run: pixi run pytest -v -n=auto --durations=0 test_scripts.py

0 commit comments

Comments
 (0)