You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action provides the following functionality for GitHub Actions users:
7
+
This action provides the following functionalities for GitHub Actions users:
8
8
9
9
- Optionally downloading and installing the requested version of Python/PyPy and adding it to the PATH
10
10
- Optionally caching dependencies for pip, pipenv and poetry
@@ -45,7 +45,7 @@ The `python-version` input supports the [Semantic Versioning Specification](http
45
45
46
46
## Supported architectures
47
47
48
-
Using `architecture` input it's possible to specify required python's interpreter architecture: `x86`or `x64`. If input is not specified the architecture defaults to `x64`.
48
+
Using `architecture` input it is possible to specify required Python/PyPy interpreter architecture: `x86`or `x64`. If input is not specified the architecture defaults to `x64`.
0 commit comments