pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

Get numpy on all CI faster, clean up old CI config

Open ankith26 opened this issue 2 years ago • 0 comments
trafficstars

This PR does a couple of CI related improvements

  • Makes sure we prefer a binary install of numpy for testing our wheels. On more obscure builds (like some pypy ones) latest numpy version is built from source and this takes a lot of CI time. Now, older versions of numpy can be picked if they offer binaries
  • HTML docs generation command has been moved around, so that it happens only at the start of the entire build, and not for each subbuild, This should save time on our linux and mac runs.

ankith26 avatar Mar 01 '23 09:03 ankith26