ci: harden uv sync in test-suite workflow - #196
Merged
Conversation
TeaDrinkingProgrammer
force-pushed
the
feat/misc-uv-improvements
branch
from
August 25, 2026 14:39
746cc86 to
bf13b4b
Compare
This was referenced Aug 25, 2026
Closed
Merged
Merged
Closed
Binbasri-in
approved these changes
Aug 27, 2026
Binbasri-in
left a comment
Contributor
There was a problem hiding this comment.
Thanks for cleaning up the code. Also Choosing Hatchling over Setuptools, that is a new thing for me, good to know, thanks.
Contributor
Author
Ah, good to hear. Setuptools was the standard for a long time, but most UV flows are now done using Hatchling. It integrates a lot better with the UV/Pyproject.toml way of working. |
TeaDrinkingProgrammer
force-pushed
the
fix/fix-uv-lockfile
branch
from
August 27, 2026 12:11
2f0292d to
f4865c0
Compare
Signed-off-by: Stijn van Houwelingen <teadrinkingprogrammer@proton.me>
- add --locked to uv sync so lockfile drift fails CI - add .python-version - drop redundant `uv venv` step - enable astral-sh/setup-uv cache for faster runs - update documentation Signed-off-by: Stijn van Houwelingen <teadrinkingprogrammer@proton.me>
Signed-off-by: Stijn van Houwelingen <teadrinkingprogrammer@proton.me>
TeaDrinkingProgrammer
force-pushed
the
feat/misc-uv-improvements
branch
from
August 27, 2026 12:14
f0f0874 to
66ff9d1
Compare
Contributor
Author
|
Force push is for signing commits, merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uv venvstepThis change changes one of the issues that caused the lockfile drift (not using --locked). I also took the opportunity to borrow some best practices from our Python project https://github.com/ElaadNL/openadr3-client/