Skip to content

Commit

Permalink
BUG: Ensure _mamba_helpers is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 5, 2025
1 parent 7057eeb commit 7a624b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv/plugin_manager.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
from . import commands, plugins
from .console import log

ENV_PLUGINS = [".mamba", ".virtualenv", ".conda", ".rattler"]
ENV_PLUGINS = [".mamba", "._mamba_helpers", ".virtualenv", ".conda", ".rattler"]

class PluginManager:
"""

0 comments on commit 7a624b6

Please sign in to comment.