From 188a5e2acde7f6e30797d2070a4e97166481cf67 Mon Sep 17 00:00:00 2001 From: Tom Gillam Date: Thu, 5 Sep 2024 09:28:29 +0100 Subject: [PATCH] Compress --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d90d5..2a255f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,8 @@ jobs: - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh - - name: Install & activate - run: uv sync --python ${{ matrix.python }} - - name: Test - run: uv run python -m unittest discover tests + run: uv run --python ${{ matrix.python }} python -m unittest discover tests - name: Test with oldest-supported-numpy run: |