Skip to content

Commit 895f50c

Browse files
authored
Change Python version check to use 'uv run'
1 parent 03c4a5f commit 895f50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- run: ls -la
1010
- uses: astral-sh/setup-uv@v6
1111
- run: uvx --from=validate-pyproject[all] validate-pyproject ./pyproject.toml
12-
- run: python --version
12+
- run: uv run python --version
1313

0 commit comments

Comments
 (0)