Skip to content

Commit 7229a2e

Browse files
committed
Unset LD_LIBRARY_PATH.
1 parent fa889b6 commit 7229a2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ steps:
6565
version: "{{matrix.julia}}"
6666
- JuliaCI/julia-coverage#v1:
6767
codecov: true
68-
command: |
68+
commands: |
69+
unset LD_LIBRARY_PATH
6970
julia -e 'using Pkg
7071
7172
gpuarrays = pwd()

0 commit comments

Comments
 (0)