-
Notifications
You must be signed in to change notification settings - Fork 20
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
condarc-file keys are overwritten #94
Comments
Do you mean that we override keys that you would like to preserve or that we override the entire condarc file? |
Imagine I have a condarc file like the following: channels:
- conda-forge Then, this action will create the following channels:
- conda-forge
channels:
- conda-forge
- nodefaults
# and some more configuration options... I.e. depending on the keys I have in my custom condarc file, this action overrides particular configuration options. |
What are the specific options that you care about? |
What are the options that you pass to |
I think this is fixed in https://github.com/mamba-org/setup-micromamba. |
When specifying
condarc-file
, this action copies the file over to a default location and then appends a couple of keys (e.g.channels
). When specifying these keys in thecondarc-file
, they are overwritten as there are duplicate keys in the.condarc
YAML.The text was updated successfully, but these errors were encountered: