From 045de097c18dcc3bebf65a1a34b91a9ad4c09b6f Mon Sep 17 00:00:00 2001 From: mcflugen Date: Wed, 8 Jan 2025 21:18:39 -0600 Subject: [PATCH] switch backend from mamba to conda --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 7a02d9c..31bdfb0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -30,7 +30,7 @@ def test(session: nox.Session) -> None: session.run("pytest", *args) -@nox.session(name="test-notebooks", venv_backend="mamba", python="3.11") +@nox.session(name="test-notebooks", venv_backend="conda", python="3.11") def test_notebooks(session: nox.Session) -> None: """Run the notebooks.""" args = [