From e89c8c2709fd00110ae441943496553b8ade304a Mon Sep 17 00:00:00 2001 From: James Ding Date: Fri, 13 Feb 2026 13:33:33 -0800 Subject: [PATCH] chore: remove redundant dependency installation step from CI workflow --- .github/workflows/python.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b670db1..c9f4528 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -30,8 +30,6 @@ jobs: uses: astral-sh/setup-uv@v7 with: python-version: "3" - - name: Install dependencies - run: uv sync - name: Run ty run: uv run poe typecheck @@ -47,8 +45,6 @@ jobs: uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: uv sync - name: Run tests with coverage run: uv run poe test - name: Upload coverage to Codecov @@ -70,9 +66,6 @@ jobs: with: python-version: "3.9" - - name: Install dependencies - run: uv sync - - name: Run integration tests run: uv run poe test-integration env: