Skip to content

Fix CI/CD convert-docs workflow to use uv run python#5

Merged
samuelduchesne merged 1 commit intomainfrom
claude/fix-cicd-uv-python-qxlXn
Feb 24, 2026
Merged

Fix CI/CD convert-docs workflow to use uv run python#5
samuelduchesne merged 1 commit intomainfrom
claude/fix-cicd-uv-python-qxlXn

Conversation

@samuelduchesne
Copy link
Copy Markdown
Contributor

The convert-docs workflow was using bare python instead of uv run python,
causing failures because project dependencies installed by uv sync are only
available within the uv-managed virtual environment.

https://claude.ai/code/session_01EoQcY2ENLXEH2fxtvv8pzf

The convert-docs workflow was using bare `python` instead of `uv run python`,
causing failures because project dependencies installed by `uv sync` are only
available within the uv-managed virtual environment.

https://claude.ai/code/session_01EoQcY2ENLXEH2fxtvv8pzf
@samuelduchesne samuelduchesne merged commit 7b775ca into main Feb 24, 2026
2 checks passed
@samuelduchesne samuelduchesne deleted the claude/fix-cicd-uv-python-qxlXn branch February 24, 2026 03:27
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