Skip to content

fix: always patch mac_alias, not just on fresh venv install#86

Merged
bniladridas merged 1 commit into
mainfrom
fix/ci-always-patch
Jul 7, 2026
Merged

fix: always patch mac_alias, not just on fresh venv install#86
bniladridas merged 1 commit into
mainfrom
fix/ci-always-patch

Conversation

@bniladridas

Copy link
Copy Markdown
Member

The CI runner reused the .build-dsstore venv from the previous (failed) run, so the if [ ! -d "$PYENV_ROOT" ] block was skipped and the mac_alias patch was never applied.

Move the patching logic outside the conditional so it runs every time, regardless of whether the venv was freshly created or reused from a prior run.

@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:39pm

@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:09:45 UTC

You can retry immediately with /analyze.

@bniladridas bniladridas merged commit 4c8f130 into main Jul 7, 2026
4 checks passed
@bniladridas bniladridas deleted the fix/ci-always-patch branch July 7, 2026 20:39
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