summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-02-22 17:39:58 -0500
committerJulian Berman <Julian@GrayVines.com>2021-02-22 17:39:58 -0500
commitcabe9b0d84aca0b0e5d905aefb07a9931d3a8210 (patch)
treed3259c6ff377307dd3ff2b0ff91aa4740efa08e9
parentc1bcd426d533f004bcd6fe3e1dd27cfc0635c167 (diff)
downloadjsonschema-cabe9b0d84aca0b0e5d905aefb07a9931d3a8210.tar.gz
No, don't use venv.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 64ce22f..3efb6c6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -127,8 +127,5 @@ jobs:
if: runner.os == 'macOS' && startsWith(matrix.python-version.toxenv, 'docs-')
- name: Install tox
run: python -m pip install tox
- - name: Use venv on Windows
- run: python -m pip install tox-venv
- if: runner.os == 'Windows'
- name: Run tox
run: python -m tox -e "${{ matrix.python-version.toxenv }}"