We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3d92 commit 5a33c72Copy full SHA for 5a33c72
.github/workflows/mf6.yml
@@ -61,10 +61,6 @@ jobs:
61
pixi run meson install -C builddir
62
pixi run meson test --verbose --no-rebuild -C builddir
63
64
- - name: Update package classes
65
- working-directory: modflow6/autotest
66
- run: pixi run update_flopy.py
67
-
68
- name: Install executables
69
working-directory: modflow6/autotest
70
env:
@@ -146,4 +142,4 @@ jobs:
146
142
147
143
- name: Test MF6 examples
148
144
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