File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
python-version : ' 3.7'
25
25
- 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
27
27
- name : Setup tox environment
28
28
run : tox -e ${{ env.TOXENV }} --notest
29
29
- name : Test
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
108
108
source $VENV/bin/activate
109
109
- 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
111
111
- name : Compiled with mypyc
112
112
if : ${{ matrix.test_mypyc }}
113
113
run : |
You can’t perform that action at this time.
0 commit comments