Skip to content

fix: recreate venv every run to avoid stale mac_alias bytecode#87

Merged
bniladridas merged 1 commit into
mainfrom
fix/ci-fresh-venv
Jul 7, 2026
Merged

fix: recreate venv every run to avoid stale mac_alias bytecode#87
bniladridas merged 1 commit into
mainfrom
fix/ci-fresh-venv

Conversation

@bniladridas

Copy link
Copy Markdown
Member

The CI runner reuses the workspace between runs. The old .build-dsstore venv from a previous failed run was persisted, so the patch was never applied to the cached bytecode.

By always removing and recreating the venv, we ensure a clean install and can patch mac_alias's source before Python compiles any bytecode.

@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
alma Ready Ready Preview, Comment Jul 7, 2026 8:42pm

@nuntius-review

nuntius-review Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Nuntius: Gemini quota exceeded

😅 Nuntius hit a Gemini quota/rate limit and will pause auto-analysis for this PR.

Auto-analysis resumes after: 2026-07-07 21:12:32 UTC

You can retry immediately with /analyze.

@bniladridas bniladridas merged commit 57b80e9 into main Jul 7, 2026
4 checks passed
@bniladridas bniladridas deleted the fix/ci-fresh-venv branch July 7, 2026 20:42
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.

2 participants