summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-10-31 11:16:57 -0400
committerJulian Berman <Julian@GrayVines.com>2021-10-31 11:16:57 -0400
commit4ae761549d5322fbd632a1a70bc7d2b563707e96 (patch)
tree61409caae73871754328df46c339dbaa81756143
parent272b4f24437d9cba1127058dc3479f9bc6d8c4b9 (diff)
downloadjsonschema-tox4.tar.gz
Try tox4 for CI.tox4
-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 9f5c8ce..7cd28b6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -169,6 +169,6 @@ jobs:
run: brew install enchant
if: runner.os == 'macOS' && startsWith(matrix.python-version.toxenv, 'docs-')
- name: Install tox
- run: python -m pip install tox
+ run: python -m pip install 'tox>=4.0.0a9'
- name: Run tox
run: python -m tox -e "${{ matrix.python-version.toxenv }}"