-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add step to enable conda envs #78
Comments
GHA offers runners with python (and miniconda?) pre-installed:
|
Though these may be less necessary as the |
|
Expose these new conda args to the |
Conda installation isn't being recognized by rworkflows, and thus tests aren't being run: Just set up a Codespace #103 and found these potentially useful env variables: Reticulate registers conda as installed too (tho not sure if this is true for the |
Was able to get a bit further this time: one of the conda env variables was recognized, but |
It appears that it's the Potentially related issues: Just asked the |
Nor did setting the additional parameter |
Adding a step to setup
conda
/miniconda
/mamba
automatically withinrworkflows
could be quite helpful (came up here).Possible parameters:
conda
/miniconda
/mamba
reticulate
/basilisk
/echoconda
echoconda
https://github.com/RajLabMSSM/echoconda/tree/main/inst/condaThe text was updated successfully, but these errors were encountered: