We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ded049 commit 90e4fb2Copy full SHA for 90e4fb2
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