Skip to content

Commit

Permalink
apparently we do need blaze
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent bdfeb48 commit 58f54b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install requirements
run: |
python -m pip install -r etc/requirements_build.in
python -m pip install --no-binary=bcolz -e .[all]
python -m pip install --no-binary=bcolz -e .[all] -r etc/requirements_blaze.in
- name: Run tests
run: |
nosetests tests
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install other requirements
run: |
conda activate test
pip install --no-binary=bcolz -e .[all] -c etc/requirements_py36_locked.txt
pip install --no-binary=bcolz -e .[all] -r etc/requirements_blaze.in -c etc/requirements_py36_locked.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 58f54b5

Please sign in to comment.