From fee1a1cfd5db92cff9011acaefdda58a15e9d3e8 Mon Sep 17 00:00:00 2001 From: ChristineSchulz Date: Fri, 4 Apr 2025 08:29:23 +0200 Subject: [PATCH] Update ci.yml typo (again) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1cec93..9bae45d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | pip install -e . - pip install typing_extensions=4.13.0 + pip install typing_extensions==4.13.0 # python -m pip install uv # uv pip install --system -e . - name: Run pytest test_colors