mirror of
https://gitea.com/actions/setup-python.git
synced 2025-02-23 04:00:37 +07:00
This action sets up a Python environment for use in actions by:
- optionally installing and adding to PATH a version of Python that is already installed in the tools cache
- downloading, installing and adding to PATH an available version of Python from GitHub Releases ([actions/python-versions](https://github.com/actions/python-versions/releases)) if a specific version is not available in the tools cache
- failing if a specific version of Python is not preinstalled or available for download
- registering problem matchers for error output
|
||
---|---|---|
__tests__ | ||
docs | ||
lib | ||
node_modules | ||
src | ||
toolkit | ||
.gitignore | ||
.prettierrc.json | ||
action.yml | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Node 12 Template Action
To get started, click the Use this template
button on this repository which will create a new repository based on this template.