Skip to content

Fix conda package build in public CI#2888

Merged
antonwolfy merged 5 commits intomasterfrom
fix_gh_workflows
May 4, 2026
Merged

Fix conda package build in public CI#2888
antonwolfy merged 5 commits intomasterfrom
fix_gh_workflows

Conversation

@vlad-perevezentsev
Copy link
Copy Markdown
Contributor

@vlad-perevezentsev vlad-perevezentsev commented May 4, 2026

This PR proposes to fix CI failures by using conda-build directly instead of conda build in conda-packages.yml.

In the current environment conda-build is installed and works but conda does not register build as a subcommand and fails with

conda: error: argument COMMAND: invalid choice: 'build'

Calling conda-build directly uses the same tool and avoids this issue

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@vlad-perevezentsev vlad-perevezentsev self-assigned this May 4, 2026
@vlad-perevezentsev vlad-perevezentsev changed the title Debug GH actions Fix conda package build in public CI May 4, 2026
@vlad-perevezentsev vlad-perevezentsev marked this pull request as ready for review May 4, 2026 10:34
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Array API standard conformance tests for dpnp=0.21.0dev0=py313h509198e_12 ran successfully.
Passed: 1356
Failed: 4
Skipped: 16

@antonwolfy antonwolfy added this to the 0.21.0 release milestone May 4, 2026
Copy link
Copy Markdown
Contributor

@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 @vlad-perevezentsev, small nit:

  • update doc/quick_start_guide.rst:
  • populate the changelog

antonwolfy and others added 2 commits May 4, 2026 11:35
Use 'conda-build' instead of 'conda build' in quick start guide
for consistency with GitHub workflows.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Document the fix of conda build command syntax in workflows
and documentation.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@ndgrigorian ndgrigorian left a comment

Choose a reason for hiding this comment

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

LGTM

@antonwolfy antonwolfy merged commit cea897e into master May 4, 2026
71 of 74 checks passed
@antonwolfy antonwolfy deleted the fix_gh_workflows branch May 4, 2026 21:06
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