File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
36- - uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
36+ - uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
3737
3838 - id : setup-python
3939 uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
4444ARG UV_NO_CACHE=1
4545
4646# set up python
47- COPY --from=ghcr.io/astral-sh/uv:latest@sha256:57da96c4557243fc0a732817854084e81af9393f64dc7d172f39c16465b5e2ba /uv /uvx /bin/
47+ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:fb91e82e8643382d5bce074ba0d167677d678faff4bd518dac670476d19b159c /uv /uvx /bin/
4848COPY pyproject.toml uv.lock ./
4949RUN --mount=type=cache,target=/root/.cache/uv \
5050 uv venv --seed "${VIRTUAL_ENV}" && \
You can’t perform that action at this time.
0 commit comments