Skip to content

Commit 5219cdd

Browse files
committed
chore: use uv python for sqlite extension
1 parent 5dcc3a0 commit 5219cdd

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,13 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- name: Set up Python
25-
uses: actions/setup-python@v5
26-
with:
27-
python-version: ${{ matrix.python-version }}
28-
allow-prereleases: true
29-
3024
- name: Install uv
3125
uses: astral-sh/setup-uv@v5
3226
with:
3327
enable-cache: true
3428

3529
- name: Install dependencies
36-
run: uv sync
30+
run: uv sync --python ${{ matrix.python-version }} --python-preference only-managed
3731

3832
- name: Run prek
3933
run: uv run prek run --all-files

0 commit comments

Comments
 (0)