-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 CI failing in every PR #27150
Fix CI failing in every PR #27150
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/kubeseal/meta.yaml:
|
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
4303e4d
to
5b00877
Compare
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but couldn't find any. |
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
Removed the recipe I used to test from this PR again. @conda-forge/staged-recipes |
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
Superseded by #27151 |
Fix staged-reciped CI failing on every PR by pinning conda_build to <24.7.
.ci_support/compute_build_graph.py import
HashableDict
from conda_build. This has been removed in 24.7 and has been deprecated since 24.5. They recommend usingfrozendict
instead.Until the code has been updated to not use
HashableDict
we can just pinconda_build
to an older version.I don't have permission to add the
maintainance
tag to this PR, so linter complains about changing non-recipe files.Closes conda-forge/conda-forge-ci-setup-feedstock#332