-
Notifications
You must be signed in to change notification settings - Fork 89
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
GitHub Actions CI checks fail due to library updates behind the scenes #1750
Comments
Same issue in sparta it seems... |
I believe this can generally be solved with |
…eries, instead of new default 6; work on #1750
Well, after a very frustrating morning of chasing things down, I believe with the above passing we are good again. |
@kltm Way to go! Yeah, I think "locked versions > free floating versions" works well for |
Recently, checks for go-site have started failing with errors like:
This seems to be caused by a change in PyYAML (a la
bioconda/bioconda-utils#462yaml/pyyaml#576) that changes how the loader needs to be used.Tagging @ValWood (who was first bitten) and @sierra-moxon (as libraries sloshing around and upgrading themselves has been an ongoing issue in many projects).
The text was updated successfully, but these errors were encountered: