Skip to content

Commit 3a9e7fb

Browse files
committed
Install pip into tox environment
1 parent 4da8474 commit 3a9e7fb

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
@@ -212,7 +212,7 @@ jobs:
212212
run: python -c "import sys; print(sys.version)"
213213
- name: Install tox
214214
run: |
215-
uv tool install tox --with=tox-gh-actions --with=tox-uv
215+
uv tool install tox --with=tox-gh-actions --with=tox-uv --with=pip
216216
- name: Show tox config
217217
run: tox c
218218
- name: Run tox

0 commit comments

Comments
 (0)