Skip to content

Commit 739f358

Browse files
committed
Fix typo
1 parent 8279571 commit 739f358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: astral-sh/setup-uv@v3
3737

3838
- name: Install tox
39-
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv -with tox-gh
39+
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
4040
- name: Install Python
4141
if: matrix.env != '3.13'
4242
run: uv python install --python-preference only-managed ${{ matrix.env }}

0 commit comments

Comments
 (0)