Skip to content

Commit

Permalink
Move hdf5 to examples_conda
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Aug 29, 2023
1 parent d3946bb commit 91b5092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version: ${{ matrix.python-version }}
channel-priority: strict
channels: pyviz/label/dev,conda-forge,nodefaults
envs: "-o examples_tests -o tests"
envs: "-o examples_tests -o tests -o examples_conda"
cache: true
conda-update: true
id: install
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ def get_setup_version(reponame):
'numba >=0.51.0',
'datashader >=0.6.5',
'spatialpandas >=0.4.3',
]

extra_requires['examples_conda'] = [
'hdf5 !=1.14.1', # Gives coredump in test suite on Linux and Mac
]

Expand Down

0 comments on commit 91b5092

Please sign in to comment.