diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1d6c2e320..3b4304a87 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,6 +14,8 @@ steps: agents: queue: "juliagpu" cuda: "*" + commands: | + unset LD_LIBRARY_PATH if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30 @@ -29,6 +31,8 @@ steps: agents: queue: "juliagpu" cuda: "*" + commands: | + unset LD_LIBRARY_PATH if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30