Skip to content

Commit abec828

Browse files
committed
Remove binary wheel restriction
1 parent d58051c commit abec828

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
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'

repo_helper.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)