You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/build.yml
+2-1
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,8 @@ jobs:
283
283
- name: Install package
284
284
if: matrix.os == 'macos-latest'
285
285
run: |
286
-
python -m pip install -v .
286
+
# Everything --platform etc. necessary to make sure to make a non-universal wheel (universal binary wheel doesn't work, because the GSL isn't universal)
0 commit comments