Skip to content

Commit e06506c

Browse files
committed
Add CuNFFT to CUDA buildkite
1 parent ef24731 commit e06506c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ steps:
1010
julia --color=yes --project -e '
1111
using Pkg
1212
Pkg.add("CUDA")
13+
Pkg.add("CuNFFT")
1314
Pkg.instantiate()
1415
include("test/gpu/cuda.jl")'
1516
timeout_in_minutes: 30

0 commit comments

Comments
 (0)