setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
**Description:** Cannot install Python versions into self-hosted runner on macOS **Action version:** - name: Install python uses: actions/setup-python@v4 with: python-version: '3.9' **Platform:** - [ ] Ubuntu - [ +] macOS...
**Description:** I am receiving an error message when running the CI, which is: ``` Run actions/setup-python@v4 /usr/bin/docker exec 47d5533689e05c9f17b55f1237300dc760ccb1afc3a7608da7cde431b7a12dc3 sh -c "cat /etc/*release | grep ^ID" Installed versions /__t/Python/3.10.12/x64/bin/pip cache...
Fix invalid Url **Description:** Fix invalid Url **Related issue:** Add link to the related issue. **Check list:** - [x ] Mark if documentation changes are required. - [ x] Mark...
This makes the change from #567 also available for users of .python-version.
**Description:** Adds a `python-version-strategy` config option that enables overriding the version-picking strategy provided by the Python version specifier from `>=` and `^` to `~`. This is very useful when the...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.6 to 5.13.1. Release notes Sourced from pyinstaller's releases. v5.13.1 Please see the v5.13.1 section of the changelog for a list of the changes since v5.13.0. Note...
**Description:** Azure appears to be slowly rolling out image version `20230408.1`. This seems to have hit our Python 3.10 jobs with the error: ``` RuntimeError: tk.h version (8.5) doesn't match...
Is it possible to install and uninstall python version with the setup-python action I.e does the following will first install python 3.8, then remove it to install 3.11 or does...
**Description:** The Python version to set up may be specified with the [input `python-version-file`](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-file-input). As I submit this feature request, this input [expects a file containing only the Python version](https://github.com/actions/setup-python/blob/5ccb29d8773c3f3f653e1705f474dfaa8a06a912/src/setup-python.ts#L39-L48),...
Hi there, I'm trying to use actions/setup-python action on self-hosted ppc64le github runner. (ppc64le arch) the action fails to install the python binary as there is no python binary available...