Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modify1
  • Loading branch information
gowridurgad committed Jun 6, 2024
commit 2d8df3f52559343f1a8bfb9be82b2755ac855b75
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ steps:
- run: poetry install
- run: poetry run pytest
```
Note: "poetry install" uses the Python version from the runner if "setup-python" doesn't match "pyproject.toml".
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
Expand Down