diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index 173d838f8..bb7f21b81 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -190,7 +190,7 @@ jobs: uses: astral-sh/setup-uv@v5 - name: Install the project - run: uv sync --all-extras --dev + run: uv sync --locked --all-extras --dev - name: Run tests # For example, using `pytest`