Skip to content

ci: fix v8 release branch CI baseline#7520

Merged
BubbleCal merged 2 commits into
release/v8.0from
yang/fix-v8-ci-baseline
Jun 30, 2026
Merged

ci: fix v8 release branch CI baseline#7520
BubbleCal merged 2 commits into
release/v8.0from
yang/fix-v8-ci-baseline

Conversation

@BubbleCal

Copy link
Copy Markdown
Contributor

Summary

This PR fixes CI-only issues on the release/v8.0 branch so the v8 backport validation PRs can run against a healthy baseline.

What changed

Why

Validation

  • cargo fmt --all
  • git diff --check origin/release/v8.0...HEAD
  • cargo fmt --all --check

Local Python targeted validation was attempted with uv run pytest python/tests/test_indices.py -q, but it stalled in the editable pylance build step before reaching pytest output. The PR CI will run the full Python matrix.

zhangyue19921010 and others added 2 commits June 30, 2026 14:37
Unblock CI
```
DeprecationWarning: Setting the shape on a NumPy array has been deprecated in NumPy 2.5.
As an alternative, you can create a new view using np.reshape (with copy=False if needed).
```
@github-actions github-actions Bot added A-python Python bindings A-ci CI / build workflows ci Github Action or Test issues labels Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@BubbleCal
BubbleCal merged commit 7796e6c into release/v8.0 Jun 30, 2026
27 checks passed
@BubbleCal
BubbleCal deleted the yang/fix-v8-ci-baseline branch June 30, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ci CI / build workflows A-python Python bindings ci Github Action or Test issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants