File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Here's how to set up `python-re3data` for local development.
6565
6666 ```console
6767 $ cd python-re3data
68- $ uv sync --frozen
68+ $ uv sync --locked
6969 ```
7070
71714. Create a branch for local development:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: {}
99env :
1010 PYTHONUNBUFFERED : 1
1111 FORCE_COLOR : 1
12- UV_FROZEN : true # do not update the lockfile during `uv sync` and `uv run` commands
12+ UV_LOCKED : true # do not update the lockfile during `uv sync` and `uv run` commands
1313
1414jobs :
1515 test :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ _default:
66 @ just --list --unsorted
77
88sync :
9- uv sync --frozen
9+ uv sync --locked
1010
1111sync-docs :
12- uv sync --frozen --group=docs
12+ uv sync --locked --group=docs
1313
1414@ project-version :
1515 uv run toml get --toml-path pyproject.toml project.version
You can’t perform that action at this time.
0 commit comments