Skip to content

Commit b64dcd6

Browse files
committed
More compat workarounds
1 parent d563388 commit b64dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static if VERSION < v"1.11"
1+
@static if VERSION < v"1.11" && get(ENV, "BUILDKITE_PIPELINE_NAME", "CUDA.jl") == "CUDA.jl"
22
using Pkg
33
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
44
end

0 commit comments

Comments
 (0)