Skip to content

Commit

Permalink
Additional uv install on Windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 12, 2024
1 parent 5453f37 commit a3be698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@ 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_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: 'pytest {package}'
CIBW_BUILD: ${{ matrix.pybuilds }}
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_TEST_SKIP: "*:arm64"
CIBW_BUILD_FRONTEND: build[uv]

- id: attest
name: Attest Build Provenance
Expand Down

0 comments on commit a3be698

Please sign in to comment.