fatiando / pooch

A friend to fetch your data files
https://www.fatiando.org/pooch
Other
630 stars 76 forks source link

Run tests with oldest dependencies on x86 macos #414

Closed santisoler closed 6 months ago

santisoler commented 6 months ago

Change configuration of tests in GitHub Actions: use the latest x86 macos runner with the oldest dependencies and Python 3.7. Use the latest macos runner (arm64) only against the latest and optional requirements. This fixes CI failing because there are not Numpy binaries in PyPI for arm64 and compatible with Python 3.7.

Relevant issues/PRs:

Inspired in fatiando/harmonica#499