Skip to content

Commit

Permalink
switch backend from mamba to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 9, 2025
1 parent 8b5f3e6 commit 045de09
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 @@ -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 = [
Expand Down

0 comments on commit 045de09

Please sign in to comment.