Skip to content

Commit ea0fa56

Browse files
committed
one more time (please)
1 parent 9270097 commit ea0fa56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
uses: astral-sh/setup-uv@v5
2626
with:
2727
version: "latest"
28-
29-
- name: Set up Python ${{ matrix.python-version }}
30-
run: uv python install ${{ matrix.python-version }}
28+
python-version: ${{ matrix.python-version }}
3129

3230
- name: Install system dependencies (Ubuntu)
3331
if: runner.os == 'Linux'
@@ -42,11 +40,11 @@ jobs:
4240
4341
- name: Install dependencies
4442
run: |
45-
uv sync --all-extras --python ${{ matrix.python-version }}
43+
uv sync --all-extras
4644
4745
- name: Run tests
4846
run: |
49-
uv run --python ${{ matrix.python-version }} pytest -v
47+
uv run pytest -v
5048
5149
lint:
5250
name: Lint and Format Check

0 commit comments

Comments
 (0)