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 27
27
with :
28
28
python-version : ' 3.8'
29
29
- name : Install tox
30
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
30
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
31
31
- name : Setup tox environment
32
32
run : tox run -e ${{ env.TOXENV }} --notest
33
33
- name : Test
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
131
131
source $VENV/bin/activate
132
132
- name : Install tox
133
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
133
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
134
134
- name : Compiled with mypyc
135
135
if : ${{ matrix.test_mypyc }}
136
136
run : |
@@ -182,7 +182,7 @@ jobs:
182
182
default : 3.11.1
183
183
command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
184
184
- name : Install tox
185
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
185
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
186
186
- name : Setup tox environment
187
187
run : tox run -e py --notest
188
188
- name : Test
You can’t perform that action at this time.
0 commit comments