Skip to content

Commit 072d810

Browse files
committed
Also use conda-forge channel for requirements
1 parent 0605b68 commit 072d810

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
@@ -46,7 +46,7 @@ def test_notebooks(session: nox.Session) -> None:
4646
] + session.posargs
4747

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

5252
session.run(*args)

0 commit comments

Comments
 (0)