From 17f31800f400745cf1b3cbcf44268b4f20c5f421 Mon Sep 17 00:00:00 2001 From: gowridurgad Date: Tue, 4 Jun 2024 11:39:07 +0530 Subject: [PATCH] added note --- docs/advanced-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 6ac80deb..1c59b872 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" doesn't match "pyproject.toml". **Using a list of file paths to cache dependencies** ```yaml