Skip to content

Commit

Permalink
install gimli.units first
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 31, 2024
1 parent b557169 commit 27345c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -14,8 +14,8 @@
@nox.session(python=PYTHON_VERSION, venv_backend="conda")
def test(session: nox.Session) -> None:
"""Run the tests."""
session.install(".[testing]")
session.conda_install("gimli.units", channel=["nodefaults", "conda-forge"])
session.install(".[testing]")

args = ["--cov", PROJECT, "-vvv"] + session.posargs

Expand Down

0 comments on commit 27345c1

Please sign in to comment.