Skip to content

Conversation

@danieleades
Copy link
Contributor

follow-on from #14148

@AA-Turner
Copy link
Member

resolved conflicts

@AA-Turner AA-Turner changed the title chore(ci): use uv native interface to simplify CI Use uv native interface to simplify CI Dec 3, 2025
env:
PYTHONWARNINGS: "error" # treat all warnings as errors

deadsnakes:
Copy link
Member

Choose a reason for hiding this comment

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

Don't remove deadsnakes, it gives us nightly builds.

- name: Install dependencies
run: uv pip install . --group docs
- uses: astral-sh/setup-uv@v7
- name: Render the documentation
Copy link
Member

Choose a reason for hiding this comment

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

Is there a way we can keep the split of the resolve/install step and the run command step (throughout)? I use CI timings as a rough hueristic for various things.

Comment on lines -33 to -37
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: latest
enable-cache: false
Copy link
Member

Choose a reason for hiding this comment

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

Any reason to remove the name/options keys?

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