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:** Using default python-architecture for python 3.7 **Action version:** v5 **Platform:** - [ ] Ubuntu - [x] macOS - [ ] Windows **Runner type:** - [x] Hosted - [ ]...

bug

**Description:** Currently, if we use poetry, we have to write two steps: ``` yaml - name: Install poetry run: pipx install poetry - name: Set up Python uses: actions/setup-python@v4 with:...

feature request

**Description:** We're on GHES and using self-hosted runners. We're using this action successfully by populating the `RUNNER_TOOL_CACHE` with our version sourced from a github-proxy of `actions/python-versions`.: ``` Run actions/setup-python@v4 Installed...

bug

**Description:** This may relate to #626, and it may also conflict with your [stated anti-goals](https://github.com/actions/setup-python/blob/main/docs/adrs/0000-caching-dependencies.md#goals--anti-goals), but i believe it's worth bringing to the surface as a potential bug you may...

bug

**Description:** A clear and concise description of what the bug is. **Action version:** 2.313.0 **Platform:** - [ ] Ubuntu - [ ] macOS - [x] Windows **Runner type:** - [...

bug

**Description:** The recommendations for caching poetry dependencies causes the wrong python version to be used for `poetry install`. Because pipx install poetry happens before `setup-python` and [By default, Poetry will...

bug

**Description:** In a github action, a call to setup-python@v3 requiring python-version 3.11 actually installs 3.12, causing crashes downstream when conda is called. **Action version:** v3 **Platform:** - [ ] Ubuntu...

bug

I'm new to Github Actions and I'm having trouble understanding this failure, apologies if this isn't the right way to flag the issue. **Description:** Post Setup Python fails intermittently with...

bug

**Description:** Starting somewhere between yesterday and today, `setup-python` is failing with the current `ubuntu:latest` container. **Action version:** `v4`, `v5` **Platform:** - [x] Ubuntu - [ ] macOS - [ ]...

bug

**Description:** Trying to use Python-x64 on macos-14-arm64 fails **Action version:** v5 **Platform:** - [ ] Ubuntu - [x] macOS - [ ] Windows **Runner type:** - [x] Hosted - [...

bug