Skip to content

Commit 618c19e

Browse files
committed
env
1 parent 47fb0a4 commit 618c19e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
CIBW_SKIP: pp* *-win32
1111
CIBW_TEST_REQUIRES: pytest numpy
1212
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"
13+
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"
1415
strategy:
1516
matrix:
1617
os: [ubuntu-latest]

0 commit comments

Comments
 (0)