Skip to content

Commit

Permalink
Added uv install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clay53 committed Feb 16, 2025
1 parent b6ac13e commit be1caca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
path: ~/.local/share/virtualenvs
key: v0-${{ hashFiles('backend/uv.lock') }}
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.4.3"
- name: Install Dependencies
run: |-
cd backend
Expand Down

0 comments on commit be1caca

Please sign in to comment.