pixi
pixi copied to clipboard
Support cache strategy
Problem description
I hope to cache the ~/.cache/rattler/cache directory in GitLab CI, but the cached conda
and PyPI
packages in this directory are all decompressed, which causes my cache to be quite large.
Additionally, I will meet the following warning:
Therefore, I hope to provide some kind of caching strategy to control whether decompression is necessary.