Closed jwnrt closed 7 months ago
@jwnrt can you maybe explain the problem you're trying to solve with this please? Pascal or I might then be able to help. Is this to speed up CI? We're loading some Python dependencies as tarballs from GitHub because they're big. In case we need to speed this up, we could include this in the container image and periodically rebuild the container image.
Oh apologies, I'm actually using this pull request to test the huskies in CI work. I don't have permissions to manually run the pipeline, so I'm just force pushing to this PR to trigger it again.
I originally opened it to see if the dependency download time could be reduced, but it's only a minute long so not a priority to optimize right now.
I didn't realise you guys were getting notifications from this, sorry
Ah, I see. Thanks for explaining @jwnrt . All good then!
This did not seem to provide any benefit. Possibly because many of our dependencies are from git and don't get loaded from the cache? I'm not sure. Closing.