Skip to content

Commit 1e8bb3c

Browse files
authored
Update pre-commit.yml
1 parent ac667a9 commit 1e8bb3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
13+
- name: Install uv
14+
uses: astral-sh/setup-uv@v2
15+
- name: Set up Python
16+
run: uv python install --python 3.12
17+
- name: Install the project
18+
run: uv sync
1419
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)