Skip to content

Commit 28d5733

Browse files
authored
Fix intermittent macOS GHA build issues w/AVX2 (#482)
* Try dropping `CC` on macOS GHA builds Ideally this specification is not needed to pick up the right compiler on macOS. So try dropping it to see if things still work. * Disable AVX2 on macOS Lately there have been intermittent issues on macOS GHA building with AVX2 support on. So just turn it off. Hopefully this clears those errors.
1 parent 6f819a9 commit 28d5733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
shell: "bash -l {0}"
5050
run: |
5151
conda activate env
52-
export CC=clang
52+
export DISABLE_NUMCODECS_AVX2=""
5353
python -m pip install -v -e .[test,msgpack,zfpy]
5454
5555
- name: List installed packages

0 commit comments

Comments
 (0)