Skip to content

Commit 1423c54

Browse files
committed
Use TestEnv to fix compat issues for buildkite
1 parent 5e66c00 commit 1423c54

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ steps:
99
command: |
1010
julia --color=yes --project -e '
1111
using Pkg
12+
Pkg.add("TestEnv")
13+
using TestEnv
14+
TestEnv.activate();
1215
Pkg.add("CUDA")
13-
Pkg.add("CuNFFT")
14-
Pkg.add("JLArrays")
15-
Pkg.add("NFFT")
16-
Pkg.add("Wavelets")
17-
Pkg.add("FFTW")
18-
Pkg.add("RadonKA")
1916
Pkg.instantiate()
2017
include("test/gpu/cuda.jl")'
2118
timeout_in_minutes: 30

0 commit comments

Comments
 (0)