Skip to content

Commit d9cd725

Browse files
committed
Better workaround
1 parent 2afa377 commit d9cd725

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", "Metal.jl") == "Metal.jl"
22
using Pkg
33
Pkg.add(url="https://github.com/JuliaGPU/KernelAbstractions.jl", rev="main")
44
end

0 commit comments

Comments
 (0)