File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install numcodecs
26
26
run : |
27
27
python -m pip install -U pip -r requirements_test.txt -r requirements.txt
28
+ python -m pip install -U --only-binary blosc blosc
28
29
python -m pip install -v -e .
29
30
30
31
- name : List installed packages
Original file line number Diff line number Diff line change 31
31
conda activate env
32
32
which pip
33
33
pip install -r requirements_test.txt -r requirements.txt
34
+ pip install -U --only-binary blosc blosc
34
35
conda env export
35
36
36
37
- name : Install numcodecs
Original file line number Diff line number Diff line change 31
31
conda activate env
32
32
which pip
33
33
pip install -r requirements_test.txt -r requirements.txt
34
+ pip install -U --only-binary blosc blosc
34
35
conda env export
35
36
36
37
- name : Install numcodecs
You can’t perform that action at this time.
0 commit comments