File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -202,16 +202,18 @@ jobs:
202202# limit-access-to-actor: false
203203
204204
205- - name : Install Windows Dependencies Part 1
205+ - name : Install Windows Dependencies # Part 1
206206 if : matrix.platform == 'windows-latest'
207207 uses : msys2/setup-msys2@v2
208208 with :
209209 msystem : CLANG64
210210 update : true
211211 install : >
212212 python3
213+ python-pip
213214 zip
214215 git
216+ mingw-w64-clang-x86_64-python-h5py
215217 mingw-w64-clang-x86_64-curl
216218 mingw-w64-clang-x86_64-toolchain
217219 mingw-w64-clang-x86_64-flang
@@ -222,10 +224,11 @@ jobs:
222224 mingw-w64-clang-x86_64-zlib
223225 mingw-w64-clang-x86_64-libaec
224226
225- - name : Install Windows Dependencies Part 2
226- if : matrix.platform == 'windows-latest'
227- run :
228- python3 -m pip install h5py numpy
227+ # - name: Install Windows Dependencies Part 2
228+ # if: matrix.platform == 'windows-latest'
229+ # shell: msys2 {0}
230+ # run: |
231+ # pip install h5py --break-system-packages
229232
230233# - name: Setup tmate session
231234# uses: mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments