setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
**Description:** I am currently in the process of migrating Apache Airflow CI to self-hosted runners running on a K8S cluster, which will be managed by an [ARC](https://github.com/actions/actions-runner-controller). To set up...
**Description:** Rate limiting, while necessary, can be frustrating to deal with. The [work around](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#avoiding-rate-limit-issues) is not always a viable solution. No company wants to rely solely on a single employee's...
**Description:** This action appears to install a working pip installation on debian bookworm based images, as a result of failing to find libssl https://github.com/apache/arrow-datafusion/actions/runs/5973988915/job/16207622288?pr=7282 ``` WARNING: The directory '/github/home/.cache/pip' or...
### Description macOS 11 (20230803) has two dist-info directories installed for pip that causes its unexpected behavior. See steps to reproduce and AR & ER below. ### Platforms affected -...
Hi, I have a Raspberry PI in OS Raspbian GNU/Linux v 10. Debian version is 10.13 Till some days ago I used Python 2.7 without problem. I had to update...
**Description:** This reduces the main bundle size by ⚠️ 1.28 MB minified! This bundle is loaded only when caching is enabled. `setup-python` is used in [`setup-cpp`](https://github.com/aminya/setup-cpp) as a library. This...
**Description:** A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. We are migrating to ARM64 Linux with...
**Description:** I'm using GHES with runners under CentOS / Rocky Linux. But `setup-python` is supported on recent Ubuntu versions only, and it fails on other linux distributions, yet. So, I...
**Description:** Currently, `setup-python` action has hard coded location of versions-manifest.json from [actions/python-versions](https://github.com/actions/python-versions) repo. And this repo supports prebuilt binaries for recent ubuntu distributions only. If location can be changed by...
**Description:** There are no releases for Arm64 python version of windows. The version is however available here: https://www.python.org/ from python >= 3.11 but not yet added in the manifest https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json...