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

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog 3.5.1 🔗 Changelog 3.5.0 diff 🔗 Release note 3.4.2 🔗 Changelog 3.4.1...

dependencies
javascript

**Description:** :sos: Unable to produce universal2 build (x86 + arm64 combined into one) with pyinstaller on macos-latest runner _I'm getting the following error:_ ```sh poetry run pyinstaller --target-architecture universal2 --add-data...

bug

Hello there 👋 Thanks for the action, very useful! We've encountered a strange bug today: **Description:** We're using `setup-python` in a matrix to test our product on several Python versions....

**Description:** The caching feature wont work if one is pip installing from another python package repository. **Action version:** actions/setup-python@v5 **Platform:** - [X ] Ubuntu - [ ] macOS - [...

bug

**Description:** Downstream issue: https://github.com/msys2/msys2-autobuild/commit/fe4bcd08a9fbdd4a2874a67b4491991a76d784a7#commitcomment-153600091 Running the following on a self-hosted Windows runner leads to: ```yaml - uses: actions/setup-python@v5 id: python with: python-version: '3.13' cache: 'pip' cache-dependency-path: 'requirements.txt' architecture: 'x64' update-environment:...

bug

https://github.com/actions/setup-python/blob/0b93645e9fea7318ecaed2b359559ac225c90a2b/src/setup-python.ts#L81 Requesting that there be a way to override /Users/runner to avoid" ``` Run actions/setup-python@v5 Installed versions Version 3.9 was not found in the local cache Version 3.9 is available...

feature request

**Description:** Since Python 3.13 requesting the free-threaded GIL free builds of cpython (Py_GIL_DISABLED defined in the C code) is a new feature that is not shipped by default in the...

feature request

One of the features I love most about TravisCI is the ability to build my projects CI with top of Trunk Python (master branch). This allows me to know about...

enhancement

**Description:** I'd like to be able Python 3.6 with Ubuntu 22 (and up) runners. Please add packages for those **Justification:** Github Actions is removing the Ubuntu 22.04 runners. This means...

feature request

**Description:** Describe your proposal. When specifying the `python-version` with a version range or `3.x`, the latest version will be installed. ```yaml runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 -...

feature request