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 Jul 5, 2023
1 parent 04097ed commit 8d0cffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_build_meson(function_tmpdir, target: str) -> None:

@pytest.mark.base
@flaky(max_runs=RERUNS)
@pytest.mark.skipif(sys.platform == "win32", reason="do not run on Windows")
@pytest.mark.parametrize("target", targets_make)
def test_build_makefile(function_tmpdir, target: str) -> None:
pm = pymake.Pymake(verbose=True)
Expand Down

0 comments on commit 8d0cffc

Please sign in to comment.