Skip to content

Commit a1d6d61

Browse files
committed
Remove --locked option from uv sync command in Dockerfile
1 parent 2643987 commit a1d6d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY src/ ./src/
2121

2222
# Install the project according to pyproject.toml + uv.lock
2323
# --locked asserts that uv.lock is in sync with pyproject.toml
24-
RUN uv sync --locked
24+
RUN uv sync
2525

2626
# Create separate venv for csvkit to avoid dependency conflicts
2727
RUN uv venv $VENV --python 3.12 && \

0 commit comments

Comments
 (0)