The bots always reinstall all the dependencies they need at each run, a huge waste of resources (hardware, network bandwidth, energy, time). We need to cache the dependencies, for the pip deps we can use setup.py for the hash so if anything changes there the cache is invalidated.
The bots always reinstall all the dependencies they need at each run, a huge waste of resources (hardware, network bandwidth, energy, time). We need to cache the dependencies, for the pip deps we can use
setup.pyfor the hash so if anything changes there the cache is invalidated.