Skip to content

Commit e0412cb

Browse files
Fixing windows python install
1 parent 2464007 commit e0412cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 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,8 @@ 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: pip install h5py numpy --break-system-packages
229230

230231
# - name: Setup tmate session
231232
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)