setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
**Description:** When this action is used with caching enabled, PRs and non-main branches creates new cache artifacts which may be overwhelming. This can be mitigated if something like `skip-cache-update: bool`...
**Description:** Add support to detect python version from `pyproject.toml` file managed by poetry where the main group is using its fully qualified name. As documented here https://python-poetry.org/docs/managing-dependencies/#dependency-groups ```toml [tool.poetry.dependencies] ```...
**Description:** A clear and concise description of what the bug is. Hey! So this used to work just a few days ago. We’ve been having some issues with cache in...
**Description:** Currently, `setup-python` caches only the `~/.cache/pip` directory to avoid redownloads. However, it doesn't cache the installed packages. As some package have lengthy installation steps, this leads to delays in...
### Description If one has on a job: ~~~ brew update brew upgrade ~~~ the job fails with error: ~~~ ==> Upgrading [email protected] 3.10.8 -> 3.10.9 ==> Pouring [email protected]_sur.bottle.tar.gz Error:...
**Description:** Pretty recently I've started using setup-python cache feature for my tests. I have a shared workflow with actions https://github.com/fizyk/actions-reuse/blob/main/.github/actions/pipenv/action.yml That I reuse in my other projects. Like here: https://github.com/ClearcodeHQ/pytest-mysql/pull/456/files...
Good morning! Sorry for posting but my head has gone numb from keyboard smashing xD **Description:** I setup the runner following the [setup-python guide](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#macos) and have given my normal account...
**Description:** I'm attempting to run tests on MacOs that require mysqlclient installed. Version 2.2 of mysqlclient relies on pkg-config, runs `pkg-config --exists mysqlclient` during installation. However even if I point...
**Description:** running requirements.txt file i am facing the below issue "ERROR: No .egg-info directory found in C:\Users\Dell\AppData\Local\Temp\pip-pip-egg-info-7dlijmq6" vs code i am using **Platform:** - [x] Windows **Runner type:** - [...
I was using `setup-node` action, and didn't face this problem when using `.tool-versions` file; so i was surprised hitting this error in `setup-python` action. **Description:** When using the action, I...