Skip to content

Commit 46405df

Browse files
Sync uv with correct Python in Pytest workflow
1 parent 5cbdcf5 commit 46405df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v7
2828
- name: Install the project
29-
run: uv sync --locked --all-extras --dev
29+
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
3030
- name: Run Pytest
3131
run: uv run --dev pytest ./test/

0 commit comments

Comments
 (0)