File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
python-version : ' 3.8'
36
36
- name : Install tox
37
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
37
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
38
38
- name : Setup tox environment
39
39
run : tox run -e ${{ env.TOXENV }} --notest
40
40
- name : Test
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
134
134
source $VENV/bin/activate
135
135
- name : Install tox
136
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
136
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
137
137
- name : Compiled with mypyc
138
138
if : ${{ matrix.test_mypyc }}
139
139
run : |
@@ -185,7 +185,7 @@ jobs:
185
185
default : 3.11.1
186
186
command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
187
187
- name : Install tox
188
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
188
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
189
189
- name : Setup tox environment
190
190
run : tox run -e py --notest
191
191
- name : Test
You can’t perform that action at this time.
0 commit comments