We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fb0a4 commit 618c19eCopy full SHA for 618c19e
.github/workflows/wheels.yml
@@ -10,7 +10,8 @@ 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; source ~/embree/embree-vars.sh"
+ CIBW_BEFORE_BUILD_LINUX: "yum install -y cmake glfw-devel wget; pip install cython; bash {project}/ci/embree3.bash"
14
+ CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/embree/include; LIBRARY_PATH=$LIBRARY_PATH:/root/embree/lib"
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
0 commit comments