Skip to content

Commit cabe9b0

Browse files
committed
No, don't use venv.
1 parent c1bcd42 commit cabe9b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,5 @@ jobs:
127127
if: runner.os == 'macOS' && startsWith(matrix.python-version.toxenv, 'docs-')
128128
- name: Install tox
129129
run: python -m pip install tox
130-
- name: Use venv on Windows
131-
run: python -m pip install tox-venv
132-
if: runner.os == 'Windows'
133130
- name: Run tox
134131
run: python -m tox -e "${{ matrix.python-version.toxenv }}"

0 commit comments

Comments
 (0)