Skip to content

Commit

Permalink
Use older binary wheels over newer sdist in WIndows GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 2, 2024
1 parent 1e2c056 commit 4d85d1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
pip config set global.prefer-binary true
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
if: steps.setup-python.outcome == 'success'
Expand Down
6 changes: 6 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ python_versions:
# # - needspace_amount = r"5\baselineskip"

# standalone_contrib_guide: true

github_ci_requirements:
Windows:
post:
# Prefery binary wheels for older versions over sdists for newer ones
- pip config set global.prefer-binary true

0 comments on commit 4d85d1a

Please sign in to comment.