We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b0bd2 commit 28ef75fCopy full SHA for 28ef75f
2 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
version: "0.10.8"
23
24
- name: Sync runtime dependencies
25
- run: uv sync --locked
+ run: uv sync --frozen
26
27
- name: Run pyright
28
run: uvx pyright
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
29
0 commit comments