Skip to content

Commit 49029df

Browse files
Add uv to CI for fastapi new
1 parent 1d107a2 commit 49029df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
6060
with:
6161
limit-access-to-actor: true
62+
- name: Install uv
63+
uses: astral-sh/setup-uv@v5
6264
- name: Install Dependencies
6365
if: steps.cache.outputs.cache-hit != 'true'
6466
run: pip install -r requirements-tests.txt

0 commit comments

Comments
 (0)