File tree Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 4848 python -m site
4949 python -m pip install --upgrade pip setuptools wheel
5050 python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
51+ pip config set global.prefer-binary true
5152
5253 - name : " Run mypy"
5354 if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 6464 python -m site
6565 python -m pip install --upgrade pip setuptools wheel
6666 python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
67+ pip config set global.prefer-binary true
6768
6869 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
6970 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 6565 python -m site
6666 python -m pip install --upgrade pip setuptools wheel
6767 python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
68+ pip config set global.prefer-binary true
6869
6970 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
7071 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change 6464 python -m site
6565 python -m pip install --upgrade pip setuptools wheel
6666 python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
67+ pip config set global.prefer-binary true
6768
6869 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
6970 if : steps.setup-python.outcome == 'success'
Original file line number Diff line number Diff line change @@ -40,3 +40,17 @@ classifiers:
4040 - ' Topic :: Software Development :: Version Control :: Git'
4141
4242mypy_version : " 0.800"
43+
44+ github_ci_requirements :
45+ Linux :
46+ post :
47+ # Prefery binary wheels for older versions over sdists for newer ones
48+ - pip config set global.prefer-binary true
49+ Windows :
50+ post :
51+ # Prefery binary wheels for older versions over sdists for newer ones
52+ - pip config set global.prefer-binary true
53+ macOS :
54+ post :
55+ # Prefery binary wheels for older versions over sdists for newer ones
56+ - pip config set global.prefer-binary true
You can’t perform that action at this time.
0 commit comments