enthought / apptools

Other
37 stars 24 forks source link

Test workflows fail on macOS due to PyTables #344

Open mdickinson opened 2 months ago

mdickinson commented 2 months ago

The full test suite fails on macos-latest runners because PyTables does not have wheels available for Apple Silicon, and because building from an sdist fails.

We've temporarily updated the workflows in #339 to skip the HDF5-related tests on macos-latest. Those changes can be reverted when the upstream issue is addressed.

Upstream issue: https://github.com/PyTables/PyTables/issues/1165