Skip to content

Commit c9627bd

Browse files
Try linux build without mesa
1 parent 18acec1 commit c9627bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
MACOSX_DEPLOYMENT_TARGET=10.12
2525
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
2626
CIBW_SKIP: "*-manylinux_i686 *musllinux* pp*"
27-
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
27+
CIBW_BEFORE_ALL_LINUX: yum install -y tk
2828
CIBW_BEFORE_BUILD: >
2929
pip install cython
3030
CIBW_BEFORE_TEST: >

0 commit comments

Comments
 (0)