Skip to content

chore: refresh onnx-weekly lock pin to unblock CI (expired nightly)#291

Merged
beveradb merged 1 commit into
mainfrom
fix/sess-20260708-onnx-weekly-lock
Jul 8, 2026
Merged

chore: refresh onnx-weekly lock pin to unblock CI (expired nightly)#291
beveradb merged 1 commit into
mainfrom
fix/sess-20260708-onnx-weekly-lock

Conversation

@beveradb

@beveradb beveradb commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

What

Refresh the onnx-weekly entry in poetry.lock from the expired 1.20.0.dev20250901 nightly to a currently-available one (1.23.0.dev20260706).

Why

pyproject.toml tracks onnx-weekly = "*" (a nightly channel). The lockfile had pinned 1.20.0.dev20250901, and that nightly wheel has since been garbage-collected from the package index. As a result poetry install fails on every CI job (all test-*, core-models, ensemble-presets, stems-and-quality, integration-test) with:

Unable to find installation candidates for onnx-weekly (1.20.0.dev20250901)
  - 0 candidate(s) were identified for the package

This blocks CI on every open PR and any push to main, unrelated to the code in those PRs.

Change

  • poetry.lock onlypyproject.toml is intentionally untouched, so this does not trigger the publish-to-pypi workflow and requires no version bump.
  • Verified locally with poetry install -E cpu --dry-run (resolves cleanly, no missing candidates).

Note

This is a stop-gap: because the dependency tracks onnx-weekly = "*", any pinned nightly will eventually expire the same way. A durable fix (pinning a stable onnx release, or periodically refreshing the nightly) can be considered separately.

@coderabbitai ignore

The lockfile pinned onnx-weekly 1.20.0.dev20250901, a nightly build
that has since been garbage-collected from the package index, so
'poetry install' failed on every CI job before any test ran. Refresh
the pin to a currently-available nightly (1.23.0.dev20260706) to
unblock CI repo-wide. Lockfile only; pyproject unchanged.
@beveradb beveradb merged commit eecd260 into main Jul 8, 2026
23 of 26 checks passed
@beveradb beveradb deleted the fix/sess-20260708-onnx-weekly-lock branch July 8, 2026 20:57
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