Skip to content

Commit 6ab98e5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install uv
1414
uses: astral-sh/setup-uv@v2
1515
- name: Set up Python
16-
run: uv python install --python 3.12
16+
run: uv venv --python 3.12
1717
- name: Install the project
1818
run: uv sync
1919
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)