Skip to content

Commit afe4117

Browse files
committed
Install pip into tox environment
1 parent 2c22359 commit afe4117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)