File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 6969 python -m pip install --upgrade pip setuptools wheel
7070 python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
7171 python -m pip install --upgrade coverage_pyver_pragma
72- pip config set global.prefer-binary true
7372
7473 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
7574 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -209,15 +209,3 @@ third_party_version_matrix:
209209 - 8.1
210210 - 8.2
211211# - latest
212-
213- # Prefery binary wheels for older versions over sdists for newer ones
214- github_ci_requirements :
215- Linux :
216- post :
217- - pip config set global.prefer-binary true
218- Windows :
219- post :
220- - pip config set global.prefer-binary true
221- macOS :
222- post :
223- - pip config set global.prefer-binary true
You can’t perform that action at this time.
0 commit comments