1 parent 89e4661 commit 7e42809Copy full SHA for 7e42809
2 files changed
.buildkite/pipeline.yml
@@ -423,6 +423,7 @@ steps:
423
424
println("--- :julia: Instantiating project")
425
Pkg.develop([PackageSpec(path=pwd())])
426
+ Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
427
428
println("+++ :julia: Benchmarking")
429
include("perf/runbenchmarks.jl")'
test/runtests.jl
@@ -4,6 +4,9 @@ import REPL
4
using Printf: @sprintf
5
using Base.Filesystem: path_separator
6
7
+using Pkg
8
+Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
9
+
10
# parse some command-line arguments
11
function extract_flag!(args, flag, default=nothing; typ=typeof(default))
12
for f in args
0 commit comments