ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
629 stars 161 forks source link

ENH: Multiple CI changes #580

Closed cookpa closed 6 months ago

cookpa commented 6 months ago

Fixes #567

cookpa commented 6 months ago

New testing script: The fast test will take an hour or so the first time, because it builds and caches antspyx from source. But subsequent runs should take only about 5 minutes, as long as only the python code changes. Any changes to setup.py, requirements.txt, or anything in lib/ will trigger a cache miss. If there's no activity after seven days, the cache expires.

Changes to wheels.yml: