Skip to content

Commit 8682b65

Browse files
committed
fix(ci): use setup-uv python-version to fix pytest discovery
1 parent 9979120 commit 8682b65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- uses: astral-sh/setup-uv@v4
19-
20-
- run: uv python install ${{ matrix.python-version }}
19+
with:
20+
python-version: ${{ matrix.python-version }}
2121

2222
- run: uv sync --dev
2323

0 commit comments

Comments
 (0)