Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent b08fd1b commit fc4c95b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ def test(session: nox.Session) -> None:
def test_cli(session: nox.Session) -> None:
"""Run the tests."""
session.install("model-metadata")
session.conda_install("gimli.units", "pymt_hydrotrend", channel=["nodefaults", "conda-forge"])
session.conda_install(
"gimli.units", "pymt_hydrotrend", channel=["nodefaults", "conda-forge"]
)
session.install(".")

session.run("bmi-test", "pymt_hydrotrend:Hydrotrend")
Expand Down

0 comments on commit fc4c95b

Please sign in to comment.