Skip to content

Commit

Permalink
Also disable AVX512 when building from sdist in CI
Browse files Browse the repository at this point in the history
So that tests check the same configuration used for building wheels.
  • Loading branch information
ivilata committed Nov 8, 2023
1 parent 1389272 commit bb43188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
tar -xzf blosc2-*.tar.gz
cd ./blosc2-*/
python setup.py build_ext --inplace
env:
CIBW_ENVIRONMENT: DISABLE_AVX512='TRUE'

- name: Test sdist package with pytest
run: |
Expand Down

0 comments on commit bb43188

Please sign in to comment.