We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2464007 commit e0412cbCopy full SHA for e0412cb
.github/workflows/cd.yml
@@ -210,6 +210,7 @@ jobs:
210
update: true
211
install: >
212
python3
213
+ python-pip
214
zip
215
git
216
mingw-w64-clang-x86_64-curl
@@ -224,8 +225,8 @@ jobs:
224
225
226
- name: Install Windows Dependencies Part 2
227
if: matrix.platform == 'windows-latest'
- run:
228
- python3 -m pip install h5py numpy
+ shell: msys2 {0}
229
+ run: pip install h5py numpy --break-system-packages
230
231
# - name: Setup tmate session
232
# uses: mxschmitt/action-tmate@v3
0 commit comments