coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
525 stars 92 forks source link

pip cache in github actions #115

Closed jurasofish closed 4 years ago

jurasofish commented 4 years ago

This caches the pip files for github actions. Reduces the setup time for pypy down from 3+ mins to <20sec. For CPython the change is marginal. With this plus parallel pytest all tests run in about 8 minutes.