We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07abc81 commit e46f679Copy full SHA for e46f679
.github/workflows/wheels.yml
@@ -10,7 +10,7 @@ jobs:
10
CIBW_SKIP: pp* *-win32
11
CIBW_TEST_REQUIRES: pytest numpy
12
CIBW_TEST_COMMAND: pytest -v {project}/tests
13
- CIBW_BEFORE_BUILD_LINUX: "yum install -y cmake glfw-devel wget; pip install cython; bash {project}/ci/embree3.bash"
+ CIBW_BEFORE_BUILD_LINUX: "yum install -y cmake wget; pip install cython; bash {project}/ci/embree3.bash"
14
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "LD_LIBRARY_PATH=/root/embree/lib; auditwheel repair -w {dest_dir} {wheel}"
15
strategy:
16
matrix:
0 commit comments