setup-python icon indicating copy to clipboard operation
setup-python copied to clipboard

Set up your GitHub Actions workflow with a specific version of Python

Results 178 setup-python issues
Sort by recently updated
recently updated
newest added

**Description:** Python binary is [compiled](https://github.com/actions/python-versions/blob/main/builders/ubuntu-python-builder.psm1#L34) with `rpath` that's `/opt/hostedtoolcache/Python`. Now, latest github runners define `RUNNER_TOOL_CACHE/AGENT_TOOLSDIRECTORY ` differently than `/opt/hostedtoolcache` and that installs python at `/home/runner/_work/_tool/Python/`. So, with this, there are...

bug

**Description:** On Linux we already set `LD_LIBRARY_PATH` to the `lib` folder under the extracted Python, to allow running apps to find `libPython` and other libraries. This is not enough to...

**Description:** This adds two things: 1. Windows builds of GraalPy are now available that are useful enough to enable for users. Some minor fixes to our scripts were needed, tests...

**Description:** The action fails to install Python on a Windows 10 self-hosted runner. The following error is encountered: ``` C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop'...

bug

**Description:** It is possible to specify multiple python versions like so: ```yaml - uses: actions/setup-python@v5 with: python-version: | 3.8 3.9 3.10 ``` However, specifying them like so breaks CI: `.python-version`:...

feature request

**Description:** Updated recommendations for caching poetry dependencies and included fix for the issue related to parsing version number from TOML 1.0.0 pyproject.toml file. **Related issue:** https://github.com/actions/setup-python/issues/846 https://github.com/actions/setup-python/issues/897 **Check list:** -...

**Description:** People copy/paste these values all the time... might as well start them off on the right foot with a modern default. **Related issue:** N/A **Check list:** - [ ]...

**Description:** check non-EOL pythons are available on all workers. **Related issue:** #879 #882

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

**Description:** It would be useful if there was a way to either set the desired version of pip, or to stop it from being updated to the latest version. **Justification:**...

feature request