From 74545ba4d2ba80d0658aaff3fdb6ca8b317556de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 18 Sep 2024 08:42:41 +0200 Subject: [PATCH] exp: pin uv --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbc5f35..adc875e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,12 +77,7 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - - - run: uv python install ${{ matrix.python-version }} - if: matrix.python-version != '3.13-dev' - - - run: uv python install 3.13 - if: matrix.python-version == '3.13-dev' + version: 0.4.10 - run: echo $(pwd) # TODO: clean up (maybe use it on other archs first) if: matrix.os == 'ubuntu-latest'