Skip to content

Commit fa6c5bb

Browse files
committed
path
1 parent d2d558f commit fa6c5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mf6.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
working-directory: flopy
4949
run: |
5050
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
5252
5353
- name: Build and install MF6
5454
working-directory: modflow6
@@ -123,7 +123,7 @@ jobs:
123123
working-directory: flopy
124124
run: |
125125
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
127127
128128
- name: Install executables
129129
uses: modflowpy/install-modflow-action@v1

0 commit comments

Comments
 (0)