We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675acb1 commit 8e56708Copy full SHA for 8e56708
.github/workflows/cd.yml
@@ -112,12 +112,8 @@ jobs:
112
113
- name: Install ARM MacOS dependencies Part 2
114
if: matrix.platform == 'macos-14'
115
- uses: actions/setup-python@v5
116
-
117
- - name: Install ARM MacOS dependencies Part 3
118
- if: matrix.platform == 'macos-14'
119
- run: pip install h5py numpy
120
+ run: |
+ pip install h5py --break-system-packages
121
122
- name: Build Macos ARM
123
0 commit comments