We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf691 commit b915cedCopy full SHA for b915ced
1 file changed
test/tensors.jl
@@ -56,7 +56,7 @@ for V in (Vtr, Vℤ₂, Vfℤ₂, Vℤ₃, VU₁, VfU₁, VCU₁, VSU₂, VfSU
56
end
57
58
spacelist = try
59
- if ENV["CI"] == true
+ if ENV["CI"] == "true"
60
println("Detected running on CI")
61
if Sys.iswindows()
62
(Vtr, Vℤ₂, Vfℤ₂, Vℤ₃, VU₁, VfU₁, VCU₁, VSU₂)
0 commit comments