Skip to content

Fix: tests workflow#1

Merged
bxvtr merged 1 commit intomainfrom
fix/workflows
Feb 18, 2026
Merged

Fix: tests workflow#1
bxvtr merged 1 commit intomainfrom
fix/workflows

Conversation

@bxvtr
Copy link
Contributor

@bxvtr bxvtr commented Feb 18, 2026

Summary

Fix CI workflow by installing the build package.

Motivation

The GitHub Actions runner does not include the build module by default, causing wheel builds to fail in the test pipeline.

Type of Change

  • Bug fix
  • New feature
  • Performance improvement
  • Refactor
  • Documentation
  • Breaking change

Technical Details

Adds an explicit pip install build step prior to the wheel build stage in the test workflow.

Determinism & Reproducibility

  • Change preserves deterministic behavior
  • Tests confirm reproducibility
  • No hidden state introduced

Performance Impact

  • No measurable impact
  • Benchmarks included
  • Performance improvement

Tests

  • Unit tests added/updated
  • Integration tests added/updated
  • Existing tests pass

Breaking Changes

None.

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Documentation updated (if needed)

@bxvtr bxvtr self-assigned this Feb 18, 2026
@bxvtr bxvtr merged commit 4f32ff7 into main Feb 18, 2026
1 check passed
@bxvtr bxvtr deleted the fix/workflows branch February 18, 2026 12:04
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.

1 participant