Skip to content

Commit 675acb1

Browse files
Fixing windows python install
1 parent 2464007 commit 675acb1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)