File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 python-version : ' 3.8'
2929 - 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
3131 - name : Setup tox environment
3232 run : tox run -e ${{ env.TOXENV }} --notest
3333 - name : Test
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 ./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
124124 source $VENV/bin/activate
125125 - 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
127127 - name : Compiled with mypyc
128128 if : ${{ matrix.test_mypyc }}
129129 run : |
@@ -193,7 +193,7 @@ jobs:
193193 default : 3.11.1
194194 command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
195195 - 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
197197 - name : Setup tox environment
198198 run : tox run -e py --notest
199199 - name : Test
You can’t perform that action at this time.
0 commit comments