Skip to content
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

Consider leading with conda activation does not work on sh, please use bash #289

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ jobs:

## IMPORTANT


- Conda activation does not correctly work on `sh`. Please use `bash`.
- Bash shells do not use `~/.profile` or `~/.bashrc` so these shells need to be
explicitely declared as `shell: bash -el {0}` on steps that need to be
properly activated (or use a default shell). This is because bash shells are
Expand Down Expand Up @@ -736,7 +738,6 @@ jobs:
the `channels` input in the action they must not conflict with what was
defined in `environment.yaml`, otherwise the conda solver might find conflicts
and result in very long install times.
- Conda activation does not correctly work on `sh`. Please use `bash`.

## Project History and Contributing

Expand Down