We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e834c4 commit a5ba340Copy full SHA for a5ba340
test/runtests.jl
@@ -62,7 +62,7 @@ include("diagonal.jl")
62
include("planar.jl")
63
# TODO: remove once we know AD is slow on macOS CI
64
test_ad = try
65
- !(Sys.isapple() && ENV["CI"] == true)
+ !(Sys.isapple() && ENV["CI"] == "true")
66
catch
67
true
68
end
0 commit comments