Skip to content

Commit 4ae05bb

Browse files
committed
[FIX] Use uv tool install for tox instead of uv pip install
setup-uv v7 installs a uv-managed Python that isn't recognized as a system Python. Use uv tool install which manages its own environment.
1 parent 3371171 commit 4ae05bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-tox-uv-
4242
4343
- name: Install tox with UV
44-
run: uv pip install --system tox tox-uv
44+
run: uv tool install tox --with tox-uv
4545

4646
- name: Run tox
4747
id: tox

0 commit comments

Comments
 (0)