Skip to content

Commit 19d82b0

Browse files
committed
Migrate actions to uv
1 parent 063cd16 commit 19d82b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: push
66
jobs:
77
backend-check:
88
name: "Backend Check"
9-
uses: pennlabs/shared-actions/.github/workflows/django.yaml@238aa5ee908afba9f906641b51f82bb81572f66a
9+
uses: pennlabs/shared-actions/.github/workflows/django.yaml@b227580b1791e5812e58c1244595452fc848eff5
1010
secrets: inherit
1111
with:
1212
projectName: pennmobile
@@ -15,6 +15,7 @@ jobs:
1515
flake: true
1616
black: true
1717
ruff: false
18+
dependencyManager: uv
1819

1920
frontend-check:
2021
name: "Frontend Check"

0 commit comments

Comments
 (0)