Downgrade tox to version 3

Our CI pipeline currently does not work with tox 4.0.
This commit is contained in:
link2xt
2022-12-08 14:03:01 +00:00
parent bfddd3fc69
commit 3360c6aa96

View File

@@ -129,7 +129,7 @@ jobs:
- name: install tox
if: ${{ matrix.python }}
run: pip install tox
run: pip install --upgrade 'tox<4'
- name: build C library
if: ${{ matrix.python }}