Skip to content

Commit

Permalink
Add uv to DockerfileBackendTests
Browse files Browse the repository at this point in the history
  • Loading branch information
pyranota committed Oct 2, 2024
1 parent 4f06bfe commit abee3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/DockerfileBackendTests
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ RUN wget https://golang.org/dl/go1.21.5.linux-amd64.tar.gz && tar -C /usr/local
ENV PATH="${PATH}:/usr/local/go/bin"
ENV GO_PATH=/usr/local/go/bin/go

# Install UV
RUN curl -LsSf https://astral.sh/uv/install.sh | sh

ENV TZ=Etc/UTC

ENV PYTHON_VERSION 3.11.4
Expand Down

0 comments on commit abee3d7

Please sign in to comment.