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 5e3c840 commit 7230608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autotest/test_cli_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import pathlib as pl
import shutil
import subprocess
import sys

import pytest
from flaky import flaky
Expand Down Expand Up @@ -60,8 +61,9 @@ def test_make_program(target: str) -> None:
"--appdir",
str(dstpth),
"--verbose",
"--meson-build",
]
if sys.platform != "win32":
cmd.append("--meson-build")
run_cli_cmd(cmd)


Expand Down

0 comments on commit 7230608

Please sign in to comment.