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!
Hello, setup-micromamba needs a login shell to activate its env with
bash -l, however I found out this makes any change to$GITHUB_PATHineffective, which are needed to add directories to PATH (echo "some/dir" >> $GITHUB_PATHhttps://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!