Skip to content

Commit

Permalink
path after PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion committed Dec 21, 2021
1 parent a09c4ad commit ba997ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: "${{ matrix.cibw.manylinux_image }}"
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
# TEST: pass in PATH without changing it
CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/cuda-11/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-11/lib64
CIBW_ENVIRONMENT_PASS_LINUX: PATH
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
# *cuda.so was not built, suspect `which nvcc` is null
Expand Down

0 comments on commit ba997ef

Please sign in to comment.