Skip to content

Commit b34f76d

Browse files
committed
fix: replace sync with lock to avoid hanging issue
1 parent 5809730 commit b34f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def update_demo(
4646
"max_python_version": max_python_version
4747
},
4848
)
49-
uv("sync", "--all-groups")
49+
uv("lock")
5050
git("add", ".")
5151
git("commit", "-m", "chore: update demo to the latest cookiecutter-robust-python", "--no-verify")
5252
git("push")

0 commit comments

Comments
 (0)