Skip to content

Commit

Permalink
Different uv install method
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 12, 2024
1 parent a3be698 commit 81d72fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Build and Test Wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD_MACOS: pip install uv
CIBW_BEFORE_BUILD_WINDOWS: pip install uv
CIBW_BEFORE_BUILD_MACOS: curl -LsSf https://astral.sh/uv/install.sh | sh
CIBW_BEFORE_BUILD_WINDOWS: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: 'pytest {package}'
CIBW_BUILD: ${{ matrix.pybuilds }}
Expand Down

0 comments on commit 81d72fb

Please sign in to comment.