1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-10 05:12:19 +02:00

Fix for parsing version number from TOML 1.0.0 pyproject.toml file

This commit is contained in:
gowridurgad 2024-07-09 14:36:40 +05:30
parent 7031d953ca
commit ad4217780d
4 changed files with 81 additions and 64 deletions

View file

@ -319,6 +319,7 @@ steps:
- run: poetry install
- run: poetry run pytest
```
Note: "poetry install" uses the Python version from the runner if "setup-python" version doesn't match "pyproject.toml"
**Using a list of file paths to cache dependencies**
```yaml