Skip to content

Commit

Permalink
DOC: why
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 5, 2024
1 parent 5dae2be commit 18bac95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
platforms: all
if: runner.os == 'Linux' && matrix.arch == 'aarch64'


- name: Build just oldest and newest on PRs, all on tags
shell: bash
# Always omit musl 3.8 b/c NumPy does not provide wheels for it
# - Always omit musl 3.8 b/c NumPy does not provide wheels for it
# - Omit musllinux on PRs (slow)
# - Omit musllinux_aarch64 because it's slow and niche
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
CIBW_SKIP="pp* cp36-* cp37-* cp38-musllinux* cp39-* cp310-* cp311-* *musllinux*"
Expand Down

0 comments on commit 18bac95

Please sign in to comment.