From 632e590998255ee8c99942e531e8cabd1d3206c4 Mon Sep 17 00:00:00 2001 From: Jules <54960783+juleswg23@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:56:12 -0400 Subject: [PATCH] do not merge --- .github/workflows/ci_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 153669b5..de46ec24 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -30,8 +30,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - name: Install the project - run: uv sync --all-extras --dev - name: Test run: | uv run pytest