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