Skip to content

Commit e0dfbd3

Browse files
committed
ci: don't attempt universal2 wheels on PyPy
1 parent a20fa59 commit e0dfbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
done
9494
9595
- name: Test macOS universal2
96-
if: matrix.platform.os == 'macos-latest'
96+
if: matrix.platform.os == 'macos-latest' && !startsWith(matrix.python-version, 'pypy')
9797
shell: bash
9898
env:
9999
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer

0 commit comments

Comments
 (0)