Skip to content

Commit a09c4ad

Browse files
pass unmodified PATH
1 parent 9671f4a commit a09c4ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
CIBW_BEFORE_ALL_LINUX: "bash build_tools/cuda_install.sh && echo $PATH"
4646
# overwriting PATH is breaking Python - need to add to PATH somehow?
4747
# CIBW_ENVIRONMENT_LINUX: PATH=/usr/local/cuda-11/bin:$PATH LD_LIBRARY_PATH=/usr/local/cuda-11/lib64:$LD_LIBRARY_PATH
48-
# CIBW_ENVIRONMENT_PASS_LINUX: PATH LD_LIBRARY_PATH
48+
# TEST: pass in PATH without changing it
49+
CIBW_ENVIRONMENT_PASS_LINUX: PATH
4950
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
5051
# *cuda.so was not built, suspect `which nvcc` is null
5152
# CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"

0 commit comments

Comments
 (0)