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:
parent
7031d953ca
commit
ad4217780d
4 changed files with 81 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue