mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Update README.md
This commit is contained in:
parent
c85a107c47
commit
d30db2a904
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This action sets up a python environment for use in actions by:
|
This action sets up a python environment for use in actions by:
|
||||||
|
|
||||||
- optionally downloading and caching a version of python by version and adding to PATH
|
- optionally installing a version of python and adding to PATH. Note that this action only uses versions of Python already installed in the cache. The action will fail if no matching versions are found.
|
||||||
- registering problem matchers for error output
|
- registering problem matchers for error output
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in a new issue