File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555 - name : Install tox
5656 run : |
5757 python -m pip install --upgrade pip
58- pip install --upgrade tox
58+ pip install tox
5959
6060 - name : Generate release notes
6161 env :
Original file line number Diff line number Diff line change 2828 python-version : " 3.13"
2929 cache : pip
3030
31- - name : Install dependencies
31+ - name : Install tox
3232 run : |
3333 python -m pip install --upgrade pip
3434 pip install tox
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
3838 with :
3939 python-version : " 3.13"
4040
41- - name : Install dependencies
41+ - name : Install tox
4242 run : |
4343 python -m pip install --upgrade pip
44- pip install --upgrade tox
44+ pip install tox
4545
4646 - name : Prepare release PR (minor/patch release)
4747 if : github.event.inputs.major == 'no'
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268268 check-latest : true
269269 allow-prereleases : true
270270
271- - name : Install dependencies
271+ - name : Install tox
272272 run : |
273273 python -m pip install --upgrade pip
274274 pip install tox
Original file line number Diff line number Diff line change 4040 - name : Install tox
4141 run : |
4242 python -m pip install --upgrade pip
43- pip install --upgrade tox
43+ pip install tox
4444
4545 - name : Update Plugin List
4646 run : tox -e update-plugin-list
You can’t perform that action at this time.
0 commit comments