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 c7c22dc commit e62c933Copy full SHA for e62c933
.github/workflows/emscripten.yml
@@ -76,13 +76,13 @@ jobs:
76
submodules: recursive
77
persist-credentials: false
78
fetch-depth: 0
79
- env:
80
- DISABLE_NUMCODECS_AVX2: 1
81
- DISABLE_NUMCODECS_SSE2: 1
82
83
- name: Build numcodecs for WASM
84
run: pyodide build
85
working-directory: numcodecs-wasm
+ env:
+ DISABLE_NUMCODECS_AVX2: 1
+ DISABLE_NUMCODECS_SSE2: 1
86
87
### Back to Zarr repository to run tests
88
0 commit comments