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 @@ -123,7 +123,7 @@ jobs:
123
123
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
124
124
source $VENV/bin/activate
125
125
- name : Install tox
126
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
126
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
127
127
- name : Compiled with mypyc
128
128
if : ${{ matrix.test_mypyc }}
129
129
run : |
@@ -193,7 +193,7 @@ jobs:
193
193
default : 3.11.1
194
194
command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
195
195
- name : Install tox
196
- run : pip install --upgrade 'setuptools!=50' tox==4.4.4
196
+ run : pip install --upgrade 'setuptools!=50' tox==4.11.0
197
197
- name : Setup tox environment
198
198
run : tox run -e py --notest
199
199
- name : Test
You can’t perform that action at this time.
0 commit comments