Skip to content

Commit

Permalink
Install binary blosc wheels in ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Feb 18, 2021
1 parent b03e5ec commit cd4a10d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install numcodecs
run: |
python -m pip install -U pip -r requirements_test.txt -r requirements.txt
python -m pip install -U --only-binary blosc blosc
python -m pip install -v -e .
- name: List installed packages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
conda activate env
which pip
pip install -r requirements_test.txt -r requirements.txt
pip install -U --only-binary blosc blosc
conda env export
- name: Install numcodecs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
conda activate env
which pip
pip install -r requirements_test.txt -r requirements.txt
pip install -U --only-binary blosc blosc
conda env export
- name: Install numcodecs
Expand Down

0 comments on commit cd4a10d

Please sign in to comment.