Skip to content

Commit b9facf7

Browse files
tweak the CI to skip pypy?
1 parent b7a19af commit b9facf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
matrix:
1717
# macos-13 is an intel runner, macos-14 is apple silicon
1818
os: [macos-13, macos-14, ubuntu-latest, windows-latest,]
19+
env:
20+
CIBW_SKIP: "pp*"
1921

2022
steps:
2123
- uses: actions/checkout@v4
2224

2325
- name: Build wheels
2426
uses: pypa/[email protected]
25-
2627
with:
2728
package-dir: .
2829
output-dir: wheelhouse

0 commit comments

Comments
 (0)