diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index d09fb6a7b..cbc726ac7 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -182,9 +182,6 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v5 - - name: Set up Python - run: uv python install - - name: Install the project run: uv sync --all-extras --dev