Skip to content

Commit

Permalink
Try PRISM for uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 17, 2025
1 parent 303ab45 commit 577858f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 577858f

Please sign in to comment.