Update README to include information on activation for restricted envs#469
Open
goanpeca wants to merge 5 commits intoconda-incubator:mainfrom
Open
Update README to include information on activation for restricted envs#469goanpeca wants to merge 5 commits intoconda-incubator:mainfrom
goanpeca wants to merge 5 commits intoconda-incubator:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the README to document how to activate conda environments on GitHub Actions runners where shell profile files cannot be modified, addressing issue #376.
Changes:
- Added a “Restricted environments” section describing
remove-profiles: "false"usage. - Documented a manual activation approach using
source $CONDA/etc/profile.d/conda.sh. - Added an approach to auto-source activation via
BASH_ENVto avoid repeatingsourcein each step.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
82bf288 to
fec114a
Compare
fd85231 to
59aca62
Compare
dbast
reviewed
Mar 18, 2026
dbast
reviewed
Mar 18, 2026
5624d58 to
26272d3
Compare
Member
Author
|
@conda-incubator/setup-miniconda it seems that a proper fix for this requires adding a new input param like The Thoughts on the name of the parameter or any other option you might consider better? Thanks! |
26272d3 to
bd05e31
Compare
a684b31 to
69b4db7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #376
Restricted environments (no profile modifications)
If your environment does not allow modifications to
~/.profileor~/.bashrc(e.g. corporate self-hosted runners with restricted home directories), set
remove-profiles: "false"and source conda manually on each step: