We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03e5ec commit cd4a10dCopy full SHA for cd4a10d
.github/workflows/ci-linux.yaml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install numcodecs
26
run: |
27
python -m pip install -U pip -r requirements_test.txt -r requirements.txt
28
+ python -m pip install -U --only-binary blosc blosc
29
python -m pip install -v -e .
30
31
- name: List installed packages
.github/workflows/ci-osx.yaml
@@ -31,6 +31,7 @@ jobs:
conda activate env
32
which pip
33
pip install -r requirements_test.txt -r requirements.txt
34
+ pip install -U --only-binary blosc blosc
35
conda env export
36
37
.github/workflows/ci-windows.yaml
0 commit comments