Skip to content

Commit

Permalink
try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 26, 2023
1 parent 5fdca82 commit e3d76b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ end
@test_throws ArgumentError jaskowiec_sukumar_quad_nodes(Tet(), 21)
end

if VERSION >= v"1.6" # apparently inference got better after 1.5?
# apparently inference got better after 1.5 but breaks in 1.10.
if VERSION >= v"1.6" && VERSION < v"1.10"
@testset "Inferrability tests" begin
for elementType in (Line(), Tri(), Quad(), Tet(), Pyr(), Wedge(), Hex())
N = 1
Expand Down

0 comments on commit e3d76b5

Please sign in to comment.