-
Notifications
You must be signed in to change notification settings - Fork 71
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
Document missing bundled conda for self hosted runners #187
Conversation
src/setup.ts
Outdated
'If you are using this action in a self-hosted runner that already provides ' + | ||
'its own Miniconda installation, please specify its location with a `CONDA` ' + | ||
'environment variable. If you want us to download and install Miniconda for ' + | ||
'you, use `miniconda-version: "latest"` in the parameters for this action.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might also want to rep miniforge-version
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops missed this, pushing now.
Co-authored-by: Jaewoo Park <[email protected]>
@goanpeca this should be ready to go |
Closes #113
I think documenting the workarounds in the error message is enough for this corner case.