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