Update advanced-usage.md

This commit is contained in:
gowridurgad 2024-07-09 10:55:06 +05:30 committed by GitHub
parent 7d2d6406ea
commit e832fe4ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,6 +319,7 @@ steps:
- run: poetry install - run: poetry install
- run: poetry run pytest - 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** **Using a list of file paths to cache dependencies**
```yaml ```yaml