-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Call removeEnvironmentFromAutoActivate
in post setup
#198
Conversation
Also in the |
yeah, just saw that as well, give me a second. |
You still need to run |
The diff does look a bit too large for this change... |
Could you also add a test here:
|
Can you bump the version number to 1.8.1? |
feel free to merge @pavelzw |
Motivation
When using
setup-micromamba
, themicromamba activate <env>
line still remains in.bash_profile
after the post-processing is run.Changes
The fix is easy as
removeEnvironmentFromAutoActivate(...)
is already there, but wasn't called during post-processing.