Skip to content

Commit

Permalink
Make sure the blosc2 wheel or conda pkg is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Mar 6, 2023
1 parent 02ea1ab commit f16c76f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -79,6 +79,7 @@ jobs:
build_cblosc:
name: Sdist with cblosc2
runs-on: ubuntu-latest
needs: sdist
defaults:
run:
shell: bash -l {0}
Expand All @@ -104,6 +105,9 @@ jobs:
- name: Installation
run: |
python -m pip install -v tables-*.tar.gz --no-deps
- name: Python blosc2 wheel or conda pkg is not installed
run: |
! conda list | grep -E '^(python-)?blosc2'
- name: 'Run test'
run: |
cd .. && python -m tables.tests.test_all -v
Expand Down

0 comments on commit f16c76f

Please sign in to comment.