From 235a6130576359e9845253a4788d3cfedcf72b1e Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Tue, 2 Dec 2025 12:40:22 +0100 Subject: [PATCH] correct typo --- .github/workflows/mypy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index db8e66f..791243f 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -25,6 +25,6 @@ jobs: python-version: ${{ matrix.python-version }} enable-cache: true - name: Install corrlib - run: uv sync --locked --all-extras --dev --python "3.12"" + run: uv sync --locked --all-extras --dev --python "3.12" - name: Run tests run: uv run mypy corrlib