Skip to content

Commit 658e0d0

Browse files
committed
install uv
1 parent 4910e7f commit 658e0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
35+
- name: Install uv
36+
run: |
37+
curl -LsSf https://astral.sh/uv/install.sh | sudo env UV_INSTALL_DIR="/usr/local/bin" sh
38+
which uv
3539
- name: Build Docker Images
3640
run: |
3741
#df -lh

0 commit comments

Comments
 (0)