Skip to content

Commit cd4a10d

Browse files
committed
Install binary blosc wheels in ci workflows
1 parent b03e5ec commit cd4a10d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-linux.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install numcodecs
2626
run: |
2727
python -m pip install -U pip -r requirements_test.txt -r requirements.txt
28+
python -m pip install -U --only-binary blosc blosc
2829
python -m pip install -v -e .
2930
3031
- name: List installed packages

.github/workflows/ci-osx.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
conda activate env
3232
which pip
3333
pip install -r requirements_test.txt -r requirements.txt
34+
pip install -U --only-binary blosc blosc
3435
conda env export
3536
3637
- name: Install numcodecs

.github/workflows/ci-windows.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
conda activate env
3232
which pip
3333
pip install -r requirements_test.txt -r requirements.txt
34+
pip install -U --only-binary blosc blosc
3435
conda env export
3536
3637
- name: Install numcodecs

0 commit comments

Comments
 (0)