Skip to content

Commit

Permalink
set venv backend from mamba to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 10, 2024
1 parent 3768e5f commit eb14ad8
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 @@ -19,7 +19,7 @@ def test_with_pip(session: nox.Session) -> None:


@nox.session(
name="test-with-conda", venv_backend="mamba", python=["3.10", "3.11", "3.12"]
name="test-with-conda", venv_backend="conda", python=["3.10", "3.11", "3.12"]
)
def test_with_conda(session: nox.Session) -> None:
"""Run the tests."""
Expand Down

0 comments on commit eb14ad8

Please sign in to comment.