fix(ci): revert ndarray branch pinning (PR #115 merged)#317
Closed
AdaWorldAPI wants to merge 1 commit into
Closed
Conversation
ndarray PR #115 (wht_f32, kmeans, squared_l2, i2/i8 quant exports) merged to master as commit 888e5982. The CI workflows were temporarily pinned to `ref: claude/continue-lance-graph-ndarray-Ld786` while #115 was in flight. Now that it's landed (plus 12 more sprint PRs #116-#128), the pinning is stale and points at an old branch. Removes `ref:` + TODO comments from 4 ndarray checkout steps across rust-test.yml (2 steps) and style.yml (2 steps). CI now fetches ndarray's default branch (master), which has all the exports. https://claude.ai/code/session_01NYGrxVopyszZYgLBxe4hgj
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.
Summary
ndarray PR #115 merged to master long ago (commit
888e5982). Plus 12 more sprint PRs (#116-#128) are now on ndarray master. The lance-graph CI workflows were temporarily pinned toref: claude/continue-lance-graph-ndarray-Ld786while #115 was in flight — now stale.What changed
Removes
ref:+ TODO comments from 4 ndarray checkout steps acrossrust-test.yml(2 steps) andstyle.yml(2 steps). CI now fetches ndarray's default branch (master), which has all the exports.Verification
grep -c "claude/continue-lance-graph" .github/workflows/*.yml→ 0https://claude.ai/code/session_01NYGrxVopyszZYgLBxe4hgj