Backport gh-130: Fix conda-package workflow#143
Merged
Conversation
Backport of #130: pin numpy version per python in the build/test matrix, bump conda-build to 26.3.0, update setup-miniconda params, and break up Windows conda channel creation steps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jharlow-intel
approved these changes
Jun 30, 2026
jharlow-intel
left a comment
Collaborator
There was a problem hiding this comment.
Looks good! I know the tests will all be fixed on the maintenance branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #130 to the
maintenance/1.4.xbranch.Why this is needed
CI on the 1.4.x backport stack fails at
build_linux (3.14)during conda-build metadata finalization:The 1.4.x workflow builds without pinning a numpy version per python, so conda-build's solver picks an incompatible
numpy==1.26.4(py311) build while targeting py3.14. #130 fixes this on master.What this backports
build_linux/build_windows(and test) matrices via--numpy "${{ matrix.numpy }}"26.3.0(CONDA_BUILD_VERSION) and routes it through conda-forgesetup-minicondaparams (auto-update-conda,conda-build-version) and adds conda-info/list diagnostic stepsApplied as the net diff of #130 to
.github/workflows/conda-package.yml(the file's only change), since cherry-picking the individual commits conflicted with later dependabot action-version bumps already present on this branch. The resulting workflow matches master except for those unrelated action-SHA bumps.🤖 Generated with Claude Code