Skip to content

Commit 8e5365a

Browse files
Fixing windows python install
1 parent 2464007 commit 8e5365a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
update: true
211211
install: >
212212
python3
213+
python-pip
213214
zip
214215
git
215216
mingw-w64-clang-x86_64-curl
@@ -224,8 +225,10 @@ jobs:
224225
225226
- name: Install Windows Dependencies Part 2
226227
if: matrix.platform == 'windows-latest'
227-
run:
228-
python3 -m pip install h5py numpy
228+
shell: msys2 {0}
229+
run: |
230+
platform=windows
231+
pip install h5py numpy --break-system-packages
229232
230233
# - name: Setup tmate session
231234
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)