Skip to content

Commit 7ab458e

Browse files
committed
Unset LD_LIBRARY_PATH for CUDA tests
1 parent f865fd7 commit 7ab458e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ steps:
66
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
command: |
9+
unset LD_LIBRARY_PATH
910
julia -e 'println("--- :julia: Instantiating project")
1011
using Pkg
1112
Pkg.develop(; path=pwd())

0 commit comments

Comments
 (0)