Skip to content

Commit be1caca

Browse files
committed
Added uv install to workflow
1 parent b6ac13e commit be1caca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cdkactions_build-and-deploy.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
with:
1414
path: ~/.local/share/virtualenvs
1515
key: v0-${{ hashFiles('backend/uv.lock') }}
16+
- name: Install uv
17+
uses: astral-sh/setup-uv@v5
18+
with:
19+
version: "0.4.3"
1620
- name: Install Dependencies
1721
run: |-
1822
cd backend

0 commit comments

Comments
 (0)