-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Build fails with python_min is undefined
in PRs with multiple packages
#28445
Comments
I don't have a full explanation for this yet, but this might be a clue: if I understood this correctly, the metadata are rendered using this function:
Now Now remarkably when
whereas when
I didn't yet figure out if this missing |
_get_or_render_metadata is called from two sites, but when called from _buildable, the config argument was not passed along. Fixes conda-forge#28445
_get_or_render_metadata is called from two sites, but when called from _buildable, the config argument was not passed along. Fixes conda-forge#28445
Bug:
At the moment, you can skip specifying
set python_min...
at the top of the yaml file if your package is strictly not Python 3.10+, but the CI fails if -python_min
, andAfter some digging, I am confident that the failure does not depend on the presence or absence of
noarch
, instead, it happens with every PR having multiple packages. For instance, see the failures and discussions in #28405 and #28431.cc: @conda-forge/staged-recipes
The text was updated successfully, but these errors were encountered: