ci take 7
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-01 20:12:07 -07:00
parent edcb4313da
commit 4dbc28b36e
+3 -2
View File
@@ -24,10 +24,11 @@ ENV UV_NO_DEV=1
# ensure tools are on path
ENV UV_TOOL_BIN_DIR=/usr/local/bin
# copy dependency files first for layer caching
COPY pyproject.toml uv.lock ./
# Install project's dependencies
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
uv sync --locked --no-install-project