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

Update conda installation action #1930

Closed
wants to merge 3 commits into from
Closed

Update conda installation action #1930

wants to merge 3 commits into from

Conversation

APJansen
Copy link
Collaborator

@APJansen APJansen commented Feb 5, 2024

I happened to look at the failing tests in #1929 on my phone, and there I saw a hint which I don't see on my laptop, which was to update the action that sets up conda, hope this fixes the tests that I think will fail now on master as well when rerun.

@APJansen APJansen mentioned this pull request Feb 5, 2024
@RoyStegeman
Copy link
Member

You may want to have a look at #1928

@Cmurilochem
Copy link
Collaborator

Cmurilochem commented Feb 6, 2024

Just another hint: Maybe the actions/checkout@v1 could also be updated. Currently we are in actions/checkout@v4. Sorry, just saw that this has been considered in #1928.

@APJansen
Copy link
Collaborator Author

APJansen commented Feb 6, 2024

You may want to have a look at #1928

Sorry I missed that

I saw the libmamba solver has a new version released last week, so at least timing wise it seems like that could be the issue. Unfortunately downgrading that to the previous version also doesn't solve it.

@APJansen
Copy link
Collaborator Author

APJansen commented Feb 6, 2024

I found someone else with the same issue
He suggests downgrading conda-build to 3.28.4, I'm not sure how to do that?
Also created a minimal example that reproduces it.

@scarlehoff
Copy link
Member

I also have no idea what is happening.
Since due to licence issues I cannot (or should not) use the anaconda repos I've tried to do at the same time an update to conda-forge and updating the workflows.

That seems to work for linux but mac is still broken #1932

@scarlehoff
Copy link
Member

I found someone else with the same issue He suggests downgrading conda-build to 3.28.4, I'm not sure how to do that? Also created a minimal example that reproduces it.

Thanks! I've done this in #1932 (only for mac) and it seemed to work :D
Now mac is quite pinned while linux is freer than before, but as I said, hopefully most of this will be gone soon.

@scarlehoff scarlehoff closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants