-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fix usage of conda-incubator/setup-miniconda
#1112
Conversation
conda-incubator/setup-miniconda
@@ -333,10 +328,6 @@ jobs: | |||
path: ./build/reports | |||
if: always() | |||
|
|||
- name: Rename uncached conda packages |
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.
Not sure why this was needed but it was failing. Also I would expect something like this to be handled by the conda-incubator/setup-miniconda
action directly.
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.
Stopping here since the "Set up Python and mamba" steps using The remaining failures seem to be related to some robot stuff that don't seem to be related? |
I'am not sure if I remember how to debug robot failures, but many of these look like changes in language servers, and a few of them might be due to changes in newer lab versions. Certainly can be addressed separately :) |
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.
Thanks!
If we want to have |
References
Looking into #1111
Code changes
User-facing changes
Backwards-incompatible changes
Chores