-
Notifications
You must be signed in to change notification settings - Fork 39
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
CI is sloooow #1424
Comments
I think its temporary, it was quite quick earlier today. The pages build took forever though. |
Nothing obvious on https://www.githubstatus.com/ |
Looks like the actions are stuck on
A bit strange, considering that is just listing the installed packages. It does not seem to matter if we are only running one python version or several simultaneously |
There was a new major release of mamba and micromamba. Versions 2.0.0 for both. Maybe something broke. We can try: - uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0' # any version from https://github.com/mamba-org/micromamba-releases |
I think thats it ! |
I am a bit reluctant to make a fix for it that would involve pinning the version of micromamba...
|
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix mxcube#1424
Pin version of micromamba to `1.5.10-0` in GitHub Actions workflows because of following issue: mamba-org/setup-micromamba#225 GitHub: fix #1424
For info: Looks like in principle the root issue has been fixed and the fixed version has been released (in version 2.0.1):
So I assume that in principle we could remove the pin (I have not tried it). On the other hand, maybe it is not a bad idea to wait a bit longer until micromamba v2 is more stable in general. |
You've probably noticed it. Not sure if it's a temporary slow down or if it's something to do with the recent change to test all supported Python versions. https://github.com/mxcube/mxcubeweb/actions/runs/11069955541
The text was updated successfully, but these errors were encountered: