Update advanced-usage.md

This commit is contained in:
gowridurgad 2024-07-09 10:49:00 +05:30 committed by GitHub
parent 2d8df3f525
commit 4e6b3db23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,7 +319,6 @@ 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" python version.
**Using a list of file paths to cache dependencies**
```yaml