Skip to content

Commit 75b46cb

Browse files
committed
fix wheels
1 parent dc27c95 commit 75b46cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
arch: aarch64
3535
- os: ubuntu-latest
3636
arch: universal2
37+
# some unrelated error with installing pillow
38+
- os: ubuntu-latest
39+
py: cp38
3740
env:
3841
CIBW_BUILD: ${{ matrix.py }}-*
3942
CIBW_ARCHS_LINUX: ${{ matrix.arch }}

0 commit comments

Comments
 (0)