Skip to content

Commit ed42280

Browse files
committed
sync models in ci
1 parent 31ebee9 commit ed42280

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@ jobs:
258258
GITHUB_TOKEN: ${{ github.token }}
259259
run: pixi run get-exes
260260

261+
- name: Sync models
262+
working-directory: modflow6
263+
env:
264+
GITHUB_TOKEN: ${{ github.token }}
265+
run: pixi run mf models sync
266+
261267
- name: Test MF6
262268
working-directory: modflow6
263269
run: |
@@ -455,11 +461,17 @@ jobs:
455461
run: pixi run update-flopy
456462

457463
- name: Get executables
458-
working-directory: modflow6/autotest
464+
working-directory: modflow6
459465
env:
460466
GITHUB_TOKEN: ${{ github.token }}
461467
run: pixi run get-exes
462468

469+
- name: Sync models
470+
working-directory: modflow6
471+
env:
472+
GITHUB_TOKEN: ${{ github.token }}
473+
run: pixi run mf models sync
474+
463475
- name: Set markers
464476
id: set_markers
465477
run: |
@@ -648,6 +660,12 @@ jobs:
648660
GITHUB_TOKEN: ${{ github.token }}
649661
run: pixi run get-exes
650662

663+
- name: Sync models
664+
working-directory: modflow6
665+
env:
666+
GITHUB_TOKEN: ${{ github.token }}
667+
run: pixi run mf models sync
668+
651669
- name: Set markers
652670
id: set_markers
653671
run: |

0 commit comments

Comments
 (0)