-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, setup-micromamba needs a login shell to activate its env with bash -l, however I found out this makes any change to $GITHUB_PATH ineffective, which are needed to add directories to PATH (echo "some/dir" >> $GITHUB_PATH https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path).
Would it be possible to activate the env directly instead? (I guess we only need the env dir in PATH + CONDA_PREFIX env).
Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request