Skip to content

thebrowsercompany/action-setup-venv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-setup-venv

Sets up python and a virtual environment with caching.

The main benefit of this action over using setup-python is that it caches the entire venv directory and will skip the pip install ... entirely when the cache is available.

Usage

    - uses: getsentry/[email protected]
      id: venv
      with:
        python-version: 3.10.7
        cache-dependency-path: |
          requirements.txt
          requirements-frozen.txt
        install-cmd: pip install -r requirements.txt -c requirements-frozen.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published