File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
working-directory : flopy
49
49
run : |
50
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
51
+ pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar/dfn
52
52
53
53
- name : Build and install MF6
54
54
working-directory : modflow6
@@ -123,7 +123,7 @@ jobs:
123
123
working-directory : flopy
124
124
run : |
125
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
126
+ pixi run --manifest-path=../modflow6/pixi.toml python -m flopy.mf6.utils.generate_classes --dfnpath ../modflow6/doc/mf6io/mf6ivar/dfn
127
127
128
128
- name : Install executables
129
129
uses : modflowpy/install-modflow-action@v1
You can’t perform that action at this time.
0 commit comments