From ec6d0f821dafaac19a28bbe18bf216539c24c099 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:05:26 +0200 Subject: [PATCH] Pin uv==0.4.16 --- .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 88aacc0eef8b..538446217213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.7" && pip install "setuptools-scm==6.4.2" - name: Install uv - run: pip install --upgrade uv + run: pip install --upgrade uv==0.4.16 - name: Install dependencies run: uv pip install --system "datasets[tests] @ ." - name: Install dependencies (latest versions)