Skip to content

Commit

Permalink
release(1.2.8): update mf6 version
Browse files Browse the repository at this point in the history
Also added latest version of gsflow (v 2.3.0) and mfusg_gsi (v2.1.1).
  • Loading branch information
jdhughes-usgs committed Jun 30, 2023
1 parent 7230608 commit e867116
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autotest/test_cli_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ def test_make_program(target: str) -> None:
"--appdir",
str(dstpth),
"--verbose",
"--meson-build",
]
if sys.platform != "win32":
cmd.append("--meson-build")
if sys.platform == "win32" and target == "triangle":
cmd.remove("--meson-build")
run_cli_cmd(cmd)


Expand Down

0 comments on commit e867116

Please sign in to comment.