Mark up corrections

This commit is contained in:
HarithaVattikuti 2024-08-08 12:50:17 -05:00 committed by GitHub
parent a1743967d8
commit 4c4cc5f9a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,7 +319,7 @@ steps:
- run: poetry install
- run: poetry run pytest
```
>**Note:** If the `setup-python` version doesn't match the version specified in 'pyproject.toml' and the python version in `pyproject.toml` is less than the runner's python version, `poetry install` will default to using the runner's Python version.
>**Note:** If the `setup-python` version does not match the version specified in `pyproject.toml` and the python version in `pyproject.toml` is less than the runner's python version, `poetry install` will default to using the runner's Python version.
**Using a list of file paths to cache dependencies**
```yaml