Skip to content

Commit

Permalink
ci: install uv (for gitlab-side python cross-version testing)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Koo <[email protected]>
  • Loading branch information
rkoo19 committed Feb 3, 2025
1 parent bb7e56e commit 757efb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/ci/general.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ RUN git clone --depth=1 https://github.com/NVIDIA/ais-k8s.git && cd ais-k8s/oper
go mod download && \
make kustomize controller-gen envtest golangci-lint && \
cd ../.. && rm -rf ais-k8s

# Install `uv` and Python versions to test
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN uv python install 3.8 3.9 3.10 3.11 3.12 3.13

0 comments on commit 757efb1

Please sign in to comment.