Skip to content

Commit ba997ef

Browse files
path after PATH
1 parent a09c4ad commit ba997ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
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?
47-
# CIBW_ENVIRONMENT_LINUX: PATH=/usr/local/cuda-11/bin:$PATH LD_LIBRARY_PATH=/usr/local/cuda-11/lib64:$LD_LIBRARY_PATH
48-
# TEST: pass in PATH without changing it
47+
CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/cuda-11/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11/lib64
4948
CIBW_ENVIRONMENT_PASS_LINUX: PATH
5049
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
5150
# *cuda.so was not built, suspect `which nvcc` is null

0 commit comments

Comments
 (0)