We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afa377 commit d9cd725Copy full SHA for d9cd725
test/runtests.jl
@@ -1,4 +1,4 @@
1
-@static if VERSION < v"1.11"
+@static if VERSION < v"1.11" && get(ENV, "BUILDKITE_PIPELINE_NAME", "Metal.jl") == "Metal.jl"
2
using Pkg
3
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
4
end
0 commit comments