Skip to content

Commit ec2b87b

Browse files
committed
Fix an empty section
1 parent 9d0baee commit ec2b87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Build wheels
6969
run: |
7070
python -m cibuildwheel --output-dir wheelhouse
71-
env:
72-
# Starting with C-Blosc2 2.11.3, we should not need to deactivate AVX512
71+
# Starting with C-Blosc2 2.11.3, we should not need to deactivate AVX512
72+
#env:
7373
# CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
7474

7575
- name: Upload wheels

0 commit comments

Comments
 (0)