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 3434 with :
3535 python-version : ' 3.8'
3636 - 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
3838 - name : Setup tox environment
3939 run : tox run -e ${{ env.TOXENV }} --notest
4040 - name : Test
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 ./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
134134 source $VENV/bin/activate
135135 - 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
137137 - name : Compiled with mypyc
138138 if : ${{ matrix.test_mypyc }}
139139 run : |
@@ -185,7 +185,7 @@ jobs:
185185 default : 3.11.1
186186 command : python -c "import platform; print(f'{platform.architecture()=} {platform.machine()=}');"
187187 - 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
189189 - name : Setup tox environment
190190 run : tox run -e py --notest
191191 - name : Test
You can’t perform that action at this time.
0 commit comments