Skip to content

Commit

Permalink
Merge pull request #12 from jlchan/jc/fix_CI
Browse files Browse the repository at this point in the history
try fixing CI
  • Loading branch information
jlchan committed May 26, 2023
2 parents e3d76b5 + ed0ebf2 commit 8e4d811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ end
@test_throws ArgumentError jaskowiec_sukumar_quad_nodes(Tet(), 21)
end

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

0 comments on commit 8e4d811

Please sign in to comment.