From e832fe4ef4f09c2ba217b515411795b5dabb0567 Mon Sep 17 00:00:00 2001 From: gowridurgad <159780674+gowridurgad@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:55:06 +0530 Subject: [PATCH] Update advanced-usage.md --- docs/advanced-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 6ac80deb..0858fb4d 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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