Skip to content

Commit

Permalink
pass unmodified PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion committed Dec 13, 2021
1 parent 9671f4a commit a09c4ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
CIBW_BEFORE_ALL_LINUX: "bash build_tools/cuda_install.sh && echo $PATH"
# overwriting PATH is breaking Python - need to add to PATH somehow?
# CIBW_ENVIRONMENT_LINUX: PATH=/usr/local/cuda-11/bin:$PATH LD_LIBRARY_PATH=/usr/local/cuda-11/lib64:$LD_LIBRARY_PATH
# CIBW_ENVIRONMENT_PASS_LINUX: PATH LD_LIBRARY_PATH
# TEST: pass in PATH without changing it
CIBW_ENVIRONMENT_PASS_LINUX: PATH
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
# *cuda.so was not built, suspect `which nvcc` is null
# CIBW_BEFORE_BUILD_LINUX: "echo $PATH && which nvcc"
Expand Down

0 comments on commit a09c4ad

Please sign in to comment.