From fb4a3bc1d2ef3428c29bcdf3ff27f19f9120a015 Mon Sep 17 00:00:00 2001 From: Hind Montassif Date: Mon, 16 Sep 2024 14:24:13 +0200 Subject: [PATCH] Use PRE_COMMIT_USE_MAMBA instead of PRE_COMMIT_USE_MICROMAMBA --- micromamba/tests/test_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromamba/tests/test_create.py b/micromamba/tests/test_create.py index f49ecb18e8..c67ac3a6e7 100644 --- a/micromamba/tests/test_create.py +++ b/micromamba/tests/test_create.py @@ -979,7 +979,7 @@ def create_repo(path: Path) -> str: env_prefix = tmp_path / "some-prefix" helpers.create("-p", env_prefix, "pre-commit") env_overrides = { - "PRE_COMMIT_USE_MICROMAMBA": "1", + "PRE_COMMIT_USE_MAMBA": "1", "PATH": os.pathsep.join( [ str(Path(helpers.get_umamba()).parent),