Skip to content

Commit 595fec9

Browse files
authored
Fix CI (#12181)
Co-authored-by: hauntsaninja <>
1 parent 5b9318d commit 595fec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: '3.7'
2525
- name: Install tox
26-
run: pip install --upgrade 'setuptools!=50' 'virtualenv<16.7.11' tox==3.20.1
26+
run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
2727
- name: Setup tox environment
2828
run: tox -e ${{ env.TOXENV }} --notest
2929
- name: Test

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
108108
source $VENV/bin/activate
109109
- name: Install tox
110-
run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.20.1
110+
run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
111111
- name: Compiled with mypyc
112112
if: ${{ matrix.test_mypyc }}
113113
run: |

0 commit comments

Comments
 (0)