Skip to content

Commit

Permalink
Use PRE_COMMIT_USE_MAMBA instead of PRE_COMMIT_USE_MICROMAMBA
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Sep 17, 2024
1 parent f1f0827 commit fb4a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit fb4a3bc

Please sign in to comment.