From 577858fccf73e697ef60f6124df8b9a5a36ff406 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 16 Jan 2025 16:48:06 -0800 Subject: [PATCH] Try PRISM for uv. --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640afea..5034c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,15 +62,8 @@ jobs: SCIENCE_AUTH_API_GITHUB_COM_BEARER: ${{ secrets.GITHUB_TOKEN }} steps: - name: Install the latest version of uv - if: matrix.docker-platform == '' && matrix.os != 'windows-arm64' + if: matrix.docker-platform == '' uses: astral-sh/setup-uv@v4 - - name: Install the latest version of uv - if: matrix.os == 'windows-arm64' - shell: cmd - run: | - "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" - cargo install --git https://github.com/astral-sh/uv uv - uv -V - name: Setup x86_64 Python for Prism if: matrix.os == 'windows-arm64' run: |