From 143d46dd1059d51f4978006788196551ef3256b0 Mon Sep 17 00:00:00 2001 From: ChristineSchulz Date: Fri, 4 Apr 2025 08:17:14 +0200 Subject: [PATCH] Update ci.yml fixing dependencies hopefully part 2 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcb326..b1cec93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - name: Install dependencies run: | pip install -e . + pip install typing_extensions=4.13.0 # python -m pip install uv # uv pip install --system -e . - name: Run pytest test_colors