Skip to content

Fix conda-package workflow#326

Merged
ndgrigorian merged 3 commits into
masterfrom
fix-conda-package-workflow
May 13, 2026
Merged

Fix conda-package workflow#326
ndgrigorian merged 3 commits into
masterfrom
fix-conda-package-workflow

Conversation

@ndgrigorian
Copy link
Copy Markdown
Collaborator

@ndgrigorian ndgrigorian commented May 12, 2026

with NumPy no longer on Intel channel, conda-package needs the same work-around as conda-package-cf

Copilot AI review requested due to automatic review settings May 12, 2026 02:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the Intel-channel conda packaging CI workflow that became broken after introducing USE_NUMPY_BASE (defaulting to true), by forcing that toggle off in the workflow and tightening how the built artifact version is resolved during test environment creation.

Changes:

  • Set USE_NUMPY_BASE=false in the workflow environment to avoid pulling numpy-base by default.
  • Add conda toolchain setup/debugging steps (conda update, pinned conda-build install, conda info/list).
  • Change Linux test steps to derive the built package version/build string from ver.json and install that exact build when solving deps and creating the test env.

Comment thread .github/workflows/conda-package.yml
Comment thread .github/workflows/conda-package.yml
@ndgrigorian ndgrigorian force-pushed the fix-conda-package-workflow branch from 42c1caf to de3d4b5 Compare May 12, 2026 03:25
@ndgrigorian ndgrigorian force-pushed the fix-conda-package-workflow branch from 0a4a8ee to 56ae2ee Compare May 12, 2026 15:39
@antonwolfy antonwolfy added this to the 2.3.0 release milestone May 13, 2026
Copy link
Copy Markdown
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ndgrigorian for recovering the CI

@ndgrigorian ndgrigorian merged commit 38ed4cf into master May 13, 2026
116 checks passed
@ndgrigorian ndgrigorian deleted the fix-conda-package-workflow branch May 13, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants