We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d56cb commit d695c33Copy full SHA for d695c33
.github/workflows/mypy.yml
@@ -53,13 +53,14 @@ jobs:
53
sudo apt update
54
sudo apt install libhdf5-dev netcdf-bin libnetcdf-dev
55
56
- - name: Install dependencies (Win/mac) 🔧
+ - name: Install dependencies (Windows) 🔧
57
if: ${{ matrix.os != 'ubuntu-20.04' && steps.changes.outputs.code == 'true' }}
58
run: |
59
python -VV
60
python -m site
61
python -m pip install --upgrade pip setuptools wheel
62
python -m pip install --upgrade tox virtualenv
63
+ pip config set global.prefer-binary true
64
65
- name: "Run mypy"
66
if: steps.changes.outputs.code == 'true'
0 commit comments