Skip to content

Commit

Permalink
FIX: Faster
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 5, 2024
1 parent c05d173 commit e207c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
shell: bash
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
CIBW_SKIP="pp* cp36-* cp37-* cp39-* cp310-* cp311-*"
CIBW_SKIP="pp* cp36-* cp37-* cp39-* cp310-* cp311-* *musllinux*"
else
CIBW_SKIP="pp* cp36-* cp37-*"
CIBW_SKIP="pp* cp36-* cp37-* *musllinux_aarch64"
fi
echo "CIBW_SKIP=$CIBW_SKIP" >> $GITHUB_ENV
echo "Setting CIBW_SKIP=$CIBW_SKIP"
Expand Down

0 comments on commit e207c9f

Please sign in to comment.