CIL icon indicating copy to clipboard operation
CIL copied to clipboard

CI: drop numpy conda matrix

Open casperdcl opened this issue 4 months ago • 2 comments

Fix failing CI due to redundant numpy builds no longer needed after #2156.

Also saves ~1h GHA CI usage per merge.

casperdcl avatar Aug 01 '25 11:08 casperdcl

We still want our CI to test against a range of numpy versions, we just don't want to pin a version for the user. If tests are failing due to numpy versions (i.e. deprecated functionality) that's something we need to be aware of at development time.

gfardell avatar Aug 04 '25 08:08 gfardell

deprioritising in favour of #2198

casperdcl avatar Aug 05 '25 14:08 casperdcl