Setup Python environment
Version updated for https://github.com/durandtibo/setup-venv-uv-action to version v0.0.3.
- This action is used across all versions by 12 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-venv-uv-action GitHub Action automates the setup of Python virtual environments using the ultra-fast uv package installer and resolver. It simplifies and accelerates environment configuration, dependency installation, and verification, while offering flexibility for specifying Python versions, custom install arguments, and package testing. The action is cross-platform, provides environment diagnostics, and is ideal for workflows requiring efficient and reliable Python environment setup.
Release notes
What’s Changed
- Add dependency review workflow by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/30
- Add docs and workflows by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/29
- Update workflow timeout by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/31
- Bump durandtibo/cancel-queued-runs-action from 1.7 to 1.9 by @dependabot[bot] in https://github.com/durandtibo/setup-venv-uv-action/pull/32
- Add input to turn off uv progress bars by @durandtibo in https://github.com/durandtibo/setup-venv-uv-action/pull/33
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/durandtibo/setup-venv-uv-action/pull/32
Full Changelog: https://github.com/durandtibo/setup-venv-uv-action/compare/v0.0.2...v0.0.3