summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
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 }}"