Skip to content

Commit 6457abf

Browse files
committed
Migrate lint-test from setup-python to uv
1 parent c91c5e3 commit 6457abf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313

14-
- name: Install Python Dependencies
15-
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
14+
- name: Install uv
15+
uses: astral-sh/setup-uv@v6
1616
with:
17-
python_version: '3.11'
17+
enable-cache: true
18+
cache-dependency-glob: "uv.lock"
19+
activate-environment: true
20+
21+
- name: Install dependencies
22+
run: uv sync --frozen --group lint --group test
1823

1924
# Start the database early to give it a chance to get ready before
2025
# we start running tests.

0 commit comments

Comments
 (0)