Skip to content

Commit

Permalink
install cmake into nox environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent 7f59127 commit d289f1e
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 @@ -42,7 +42,7 @@ def test_langs(session: nox.session, lang) -> None:

build_examples(session, lang)

session.conda_install("pip", "bmi-tester>=0.5.4")
session.conda_install("pip", "bmi-tester>=0.5.4", "cmake")
session.install(".[testing]")

with session.chdir(tmpdir):
Expand Down

0 comments on commit d289f1e

Please sign in to comment.