Skip to content

Commit 5822abf

Browse files
authored
Install uv for GitHub Actions. (#58)
1 parent 94bda0f commit 5822abf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
python-version: 3.11
4848

49+
- name: Install uv
50+
uses: astral-sh/setup-uv@v6
51+
4952
- name: Environment Setup
5053
run: |
5154
make setup

0 commit comments

Comments
 (0)