File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : Install FloPy
48
48
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
50
52
51
53
- name : Build and install MF6
52
54
working-directory : modflow6
@@ -119,7 +121,9 @@ jobs:
119
121
120
122
- name : Install FloPy
121
123
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
123
127
124
128
- name : Install executables
125
129
uses : modflowpy/install-modflow-action@v1
@@ -132,10 +136,6 @@ jobs:
132
136
pixi run meson test --verbose --no-rebuild -C builddir
133
137
cp bin/* ~/.local/bin/modflow/
134
138
135
- - name : Update package classes
136
- working-directory : modflow6/autotest
137
- run : pixi run update_flopy.py
138
-
139
139
- name : Test MF6 examples
140
140
working-directory : modflow6-examples/autotest
141
141
run : pixi run pytest -v -n=auto --durations=0 test_scripts.py
You can’t perform that action at this time.
0 commit comments