File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Upgrade setuptools and install tox
4141 run : |
42- pip install -U pip setuptools==57.5.0 wheel
42+ pip install -U pip setuptools wheel
4343 pip install tox tox-gh-actions
4444
4545 - name : MyPy cache
8585 ${{ env.img }} \
8686 bash -exc '${{ env.py }} -m pip install virtualenv && ${{ env.py }} -m venv .env && \
8787 source .env/bin/activate && \
88- python -m pip install --upgrade pip wheel setuptools==57.5.0 && \
88+ python -m pip install --upgrade pip wheel setuptools && \
8989 python -m pip install -r mypy_requirements.txt -r requirements.txt && \
9090 MYPYPATH=typeshed SCHEMA_SALAD_USE_MYPYC=1 pip install -e . && \
9191 deactivate'
9595 ${{ env.img }} \
9696 bash -exc '\
9797 source .env/bin/activate && \
98- pip install setuptools==57.5.0 wheel -r test-requirements.txt && \
98+ pip install setuptools wheel -r test-requirements.txt && \
9999 make mypyc
100100 deactivate'
101101
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upgrade setuptools and install tox
132132 run : |
133- pip install -U pip setuptools==57.5.0 wheel
133+ pip install -U pip setuptools wheel
134134 pip install tox tox-gh-actions
135135
136136 - if : ${{ matrix.step == 'pydocstyle' && github.event_name == 'pull_request'}}
@@ -161,7 +161,7 @@ jobs:
161161
162162 - name : Install packages
163163 run : |
164- pip install -U pip setuptools==57.5.0 wheel
164+ pip install -U pip setuptools wheel
165165 pip install virtualenv
166166
167167 - name : Release test
You can’t perform that action at this time.
0 commit comments