Skip to content

ci: resolve marimo from local wheel in sandbox tests#9501

Merged
mscolnick merged 1 commit into
mainfrom
ms/fix/uv-install-7day-limit
May 11, 2026
Merged

ci: resolve marimo from local wheel in sandbox tests#9501
mscolnick merged 1 commit into
mainfrom
ms/fix/uv-install-7day-limit

Conversation

@mscolnick
Copy link
Copy Markdown
Contributor

UV_EXCLUDE_NEWER=7 days could reject a freshly-published marimo when
sandbox subprocesses tried to install marimo[lsp]== from PyPI.
Point UV_FIND_LINKS at the wheel artifact so sandbox tests use the wheel
under test instead of PyPI.

UV_EXCLUDE_NEWER=7 days could reject a freshly-published marimo when
sandbox subprocesses tried to install marimo[lsp]==<version> from PyPI.
Point UV_FIND_LINKS at the wheel artifact so sandbox tests use the wheel
under test instead of PyPI.
Copilot AI review requested due to automatic review settings May 11, 2026 18:35
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment May 11, 2026 6:35pm

Request Review

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CLI CI workflow so sandboxed uv subprocesses resolve marimo[lsp]==<current version> from the wheel artifact built in the same workflow run, rather than attempting to fetch from PyPI (which can fail under the repository-wide UV_EXCLUDE_NEWER: "7 days" cutoff).

Changes:

  • Set UV_FIND_LINKS for the CLI test step to point at the GitHub Actions workspace so uv can discover the locally downloaded wheel during sandbox installs.
  • Add inline workflow documentation explaining why UV_FIND_LINKS is needed given UV_EXCLUDE_NEWER.

@mscolnick mscolnick added the internal A refactor or improvement that is not user facing label May 11, 2026
@mscolnick mscolnick merged commit 06594d9 into main May 11, 2026
38 of 39 checks passed
@mscolnick mscolnick deleted the ms/fix/uv-install-7day-limit branch May 11, 2026 18:48
@github-actions
Copy link
Copy Markdown

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.23.6-dev29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal A refactor or improvement that is not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants