We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1c105 commit bca0ec8Copy full SHA for bca0ec8
1 file changed
.github/workflows/release.yml
@@ -49,11 +49,11 @@ jobs:
49
uv --version
50
uv run python --version
51
52
- - name: A5) Sync to install all dependencies
+ - name: A5) Sync to install all dependencies (frozen)
53
# REQ: dev extra SHOULD include ruff/pyright/pytest/deptry (as used below).
54
# REQ: docs extra MUST include project documentation toolchain.
55
run: |
56
- uv sync --extra dev --extra docs --upgrade
+ uv sync --extra dev --extra docs --frozen
57
58
# === BASELINE CHECKS (VALIDATE ONLY) ===
59
0 commit comments