File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 --binary-only blosc blosc
2829 python -m pip install -v -e .
2930
3031 - name : List installed packages
Original file line number Diff line number Diff line change 3131 conda activate env
3232 which pip
3333 pip install -r requirements_test.txt -r requirements.txt
34+ pip install -U --binary-only blosc blosc
3435 conda env export
3536
3637 - name : Install numcodecs
Original file line number Diff line number Diff line change 3131 conda activate env
3232 which pip
3333 pip install -r requirements_test.txt -r requirements.txt
34+ pip install -U --binary-only blosc blosc
3435 conda env export
3536
3637 - name : Install numcodecs
You can’t perform that action at this time.
0 commit comments