Builtin pip cache
See original GitHub issuesetup-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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:15
- Comments:5 (3 by maintainers)
Top Results From Across the Web
pip cache - pip documentation v22.3.1
Description#. Inspect and manage pip's wheel cache. Subcommands: dir: Show the cache directory. info: Show information about the cache.
Read more >How do I install from a local cache with pip? - Stack Overflow
To install from the index you built in step 2., you can simply use: pip install --index-url=file:///tmp/packages/simple/ httpie==0.2.
Read more >ansible.builtin.pip module – Manages Python library ...
ansible.builtin.pip module – Manages Python library dependencies ... This module is part of ansible-core and included in all Ansible installations. In...
Read more >caches - PyPI
Python caching backed by Redis. ... caching class and also a key function (similar to the python built-in sorted() function key argument), except...
Read more >functools — Higher-order functions and operations on callable ...
Example of an LRU cache for static web content: @lru_cache(maxsize=32) def get_pep(num): 'Retrieve text of a Python Enhancement Proposal' resource ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good news, a PR is at https://github.com/actions/setup-python/pull/266!
Hello everyone, we’ve updated tag v2. It points to release
2.3.0
.