Skip to content

Builtin pip cache #226

@chingc

Description

@chingc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions