Skip to content

Commit 5a33c72

Browse files
committed
gotta catch em all
1 parent a4f3d92 commit 5a33c72

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/mf6.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
pixi run meson install -C builddir
6262
pixi run meson test --verbose --no-rebuild -C builddir
6363
64-
- name: Update package classes
65-
working-directory: modflow6/autotest
66-
run: pixi run update_flopy.py
67-
6864
- name: Install executables
6965
working-directory: modflow6/autotest
7066
env:
@@ -146,4 +142,4 @@ jobs:
146142
147143
- name: Test MF6 examples
148144
working-directory: modflow6-examples/autotest
149-
run: pixi run pytest -v -n=auto --durations=0 test_scripts.py
145+
run: pixi run --manifest-path=../modflow6/pixi.toml pytest -v -n=auto --durations=0 test_scripts.py

0 commit comments

Comments
 (0)