Skip to content

Commit 254bb8d

Browse files
committed
Use specified Python version
1 parent ee141f7 commit 254bb8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Install uv
1616
uses: astral-sh/setup-uv@v3
17-
- name: Install the project
17+
- name: Install Python and the package
1818
run: |
19-
uv sync --all-extras --dev
19+
uv python install
2020
uv tool install ruff
21+
uv sync --all-extras --dev
2122
- name: Ruff linter
2223
run: uv run ruff check
2324
- name: Ruff formatter

0 commit comments

Comments
 (0)