Skip to content

Commit 5435f0d

Browse files
committed
Fix buildkite CI
1 parent 9d508c9 commit 5435f0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ steps:
2626
2727
try
2828
Pkg.develop([PackageSpec(path=gpuarrays), PackageSpec(path=gpuarrayscore)])
29+
Pkg.add("JLD2") # Test GPUArrays extension
2930
TestEnv.activate()
3031
catch err
3132
@error "Could not install CUDA.jl" exception=(err,catch_backtrace())
@@ -73,6 +74,7 @@ steps:
7374
7475
try
7576
Pkg.develop([PackageSpec(path=gpuarrays), PackageSpec(path=gpuarrayscore)])
77+
Pkg.add("JLD2") # Test GPUArrays extension
7678
TestEnv.activate()
7779
catch err
7880
@error "Could not install oneAPI.jl" exception=(err,catch_backtrace())
@@ -119,6 +121,7 @@ steps:
119121
120122
try
121123
Pkg.develop([PackageSpec(path=gpuarrays), PackageSpec(path=gpuarrayscore)])
124+
Pkg.add("JLD2") # Test GPUArrays extension
122125
TestEnv.activate()
123126
catch err
124127
@error "Could not install Metal.jl" exception=(err,catch_backtrace())

0 commit comments

Comments
 (0)