diff options
author | Julian Berman <Julian@GrayVines.com> | 2019-12-22 08:09:20 +0100 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2019-12-22 08:09:20 +0100 |
commit | 7e65dd91dc2d9f3f880ff6531f0df3f844dd3f85 (patch) | |
tree | c866fa8d2c4b6f81ccb1efb334ade288657e20f7 /.github | |
parent | d9b9302c16fff700edf9de5977632d5383fe32d0 (diff) | |
download | jsonschema-7e65dd91dc2d9f3f880ff6531f0df3f844dd3f85.tar.gz |
tox-venv for windows
See tox-dev/tox#721.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a2b273..b4945d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,6 @@ jobs: run: brew install enchant if: startsWith(matrix.os, 'mac') && startsWith(matrix.python-version.toxenv, 'docs-') - name: Install tox - run: python -m pip install tox + run: python -m pip install tox tox-venv - name: Run tox run: python -m tox -e "${{ matrix.python-version.toxenv }}" |