Skip to content

Commit

Permalink
Install gimli.units
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 22, 2024
1 parent a8513f9 commit 1112913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1112913

Please sign in to comment.