Skip to content

Commit 0605b68

Browse files
committed
Use the conda-forge channel to find nbmake
1 parent bcca3df commit 0605b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_notebooks(session: nox.Session) -> None:
4545
"-vvv",
4646
] + session.posargs
4747

48-
session.conda_install("nbmake", "pytest", "pytest-xdist")
48+
session.conda_install("nbmake", "pytest", "pytest-xdist", channel=["nodefaults", "conda-forge"])
4949
session.conda_install("--file", "lessons/requirements.in")
5050
session.install("git+https://github.com/csdms/bmi-example-python.git")
5151

0 commit comments

Comments
 (0)