setup-node recently released a new version with builtin cache support that can be enabled simply by adding cache under with. Are there plans for setup-python to get the same convenience instead of having to use actions/cache?
setup-node@v2
The action has a built-in functionality for caching and restoring npm/yarn dependencies. Supported package managers are npm , yarn .
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
I asked on github.community but got no response so I figured I try here.
setup-node recently released a new version with builtin cache support that can be enabled simply by adding
cacheunderwith. Are there plans for setup-python to get the same convenience instead of having to use actions/cache?I asked on github.community but got no response so I figured I try here.