We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0baee commit ec2b87bCopy full SHA for ec2b87b
.github/workflows/cibuildwheels.yml
@@ -68,8 +68,8 @@ jobs:
68
- name: Build wheels
69
run: |
70
python -m cibuildwheel --output-dir wheelhouse
71
- env:
72
- # Starting with C-Blosc2 2.11.3, we should not need to deactivate AVX512
+ # Starting with C-Blosc2 2.11.3, we should not need to deactivate AVX512
+ #env:
73
# CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
74
75
- name: Upload wheels
0 commit comments