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 @@ -130,7 +130,7 @@ jobs:
130130 ./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
131131 source $VENV/bin/activate
132132 - 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
134134 - name : Compiled with mypyc
135135 if : ${{ matrix.test_mypyc }}
136136 run : |
@@ -182,7 +182,7 @@ jobs:
182182 default : 3.11.1
183183 command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
184184 - 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
186186 - name : Setup tox environment
187187 run : tox run -e py --notest
188188 - name : Test
You can’t perform that action at this time.
0 commit comments