From 1112913e3671dea6ab63f37002d00ae14ee53b85 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Fri, 22 Mar 2024 13:53:57 -0600 Subject: [PATCH] Install gimli.units --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 880e60a..ba7d06d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -36,7 +36,7 @@ def test(session: nox.Session) -> None: @nox.session(name="test-bmi", python=PYTHON_VERSIONS, venv_backend="conda") def test_bmi(session: nox.Session) -> None: """Test the Basic Model Interface.""" - session.conda_install("bmi-tester", "pymt>=1.3") + session.conda_install("bmi-tester", "gimli.units") session.install(".") session.run( "bmi-test",