Skip to content

Commit

Permalink
Fix test in osx (#3448)
Browse files Browse the repository at this point in the history
Use PRE_COMMIT_USE_MAMBA instead of PRE_COMMIT_USE_MICROMAMBA
  • Loading branch information
Hind-M authored Sep 17, 2024
1 parent f1f0827 commit b08d40d
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 b08d40d

Please sign in to comment.