Skip to content

Prefer binary dependencies for test-wheel

Anton Joubert requested to merge prefer-binary-deps-for-test-wheel into develop

Some dependencies like numpy and gevent are being compiled during the test-wheel jobs. We try to avoid this by preferring binary wheels.

E.g., Python 3.8 on i686. This is because the latest numpy releases no longer have i686 binary wheels. For gevent, there aren't any i686 wheels.

Merge request reports