Skip to content

Commit a5ba340

Browse files
committed
Fix CI check
1 parent 9e834c4 commit a5ba340

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
@@ -62,7 +62,7 @@ include("diagonal.jl")
6262
include("planar.jl")
6363
# TODO: remove once we know AD is slow on macOS CI
6464
test_ad = try
65-
!(Sys.isapple() && ENV["CI"] == true)
65+
!(Sys.isapple() && ENV["CI"] == "true")
6666
catch
6767
true
6868
end

0 commit comments

Comments
 (0)