Skip to content

Commit b915ced

Browse files
committed
reduce CI test weight; second attempt
1 parent addf691 commit b915ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for V in (Vtr, Vℤ₂, Vfℤ₂, Vℤ₃, VU₁, VfU₁, VCU₁, VSU₂, VfSU
5656
end
5757

5858
spacelist = try
59-
if ENV["CI"] == true
59+
if ENV["CI"] == "true"
6060
println("Detected running on CI")
6161
if Sys.iswindows()
6262
(Vtr, Vℤ₂, Vfℤ₂, Vℤ₃, VU₁, VfU₁, VCU₁, VSU₂)

0 commit comments

Comments
 (0)