Skip to content

Commit a4f3d92

Browse files
committed
install pixi development dependencies
1 parent fa6c5bb commit a4f3d92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/mf6.yml

+8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
pixi-version: v0.41.4
4545
manifest-path: modflow6/pixi.toml
4646

47+
- name: Install dependencies
48+
working-directory: modflow6
49+
run: pixi run install
50+
4751
- name: Install FloPy
4852
working-directory: flopy
4953
run: |
@@ -119,6 +123,10 @@ jobs:
119123
pixi-version: v0.41.4
120124
manifest-path: modflow6/pixi.toml
121125

126+
- name: Install dependencies
127+
working-directory: modflow6
128+
run: pixi run install
129+
122130
- name: Install FloPy
123131
working-directory: flopy
124132
run: |

0 commit comments

Comments
 (0)