Skip to content

Commit

Permalink
Remove CUDA_HOME export in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 6, 2025
1 parent f90a1b4 commit f4badeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ steps:
# pushd src && make && make install && popd
- script: |
source activate pp_env
export CUDA_HOME=/usr/local/cuda-11.2
export PATH=${CUDA_HOME}/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export SKETCHLIB_INSTALL=azure
Expand All @@ -46,7 +45,6 @@ steps:

- script: |
source activate pp_env
export CUDA_HOME=/usr/local/cuda-11.2
export PATH=${CUDA_HOME}/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
cd test && python run_test.py
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
dependencies:
- python
- pip
- setuptools
- numpy
- scipy
- docopt
Expand Down

0 comments on commit f4badeb

Please sign in to comment.