Skip to content

Commit d695c33

Browse files
committed
Configure pip to prefer binary wheels in mypy workflow.
1 parent c7d56cb commit d695c33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ jobs:
5353
sudo apt update
5454
sudo apt install libhdf5-dev netcdf-bin libnetcdf-dev
5555
56-
- name: Install dependencies (Win/mac) 🔧
56+
- name: Install dependencies (Windows) 🔧
5757
if: ${{ matrix.os != 'ubuntu-20.04' && steps.changes.outputs.code == 'true' }}
5858
run: |
5959
python -VV
6060
python -m site
6161
python -m pip install --upgrade pip setuptools wheel
6262
python -m pip install --upgrade tox virtualenv
63+
pip config set global.prefer-binary true
6364
6465
- name: "Run mypy"
6566
if: steps.changes.outputs.code == 'true'

0 commit comments

Comments
 (0)