|
|
|
|
|
by eKIK
635 days ago
|
|
We've used Nexus OSS just the way you describe and it worked great. We simply set it up as a kind of "passthrough cache", so if it didn't have the package it fetched it from pypi, and stored it to be used the next time someone wanted to install the same package. Apart from being nice to pypi, we also got a bit of a decrease in CI runtime, because it fetched packages from the local cache 99% of the time. |
|