Skip to content

Commit

Permalink
test: skip Lux tests pre-1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 2, 2024
1 parent d1e6c60 commit 2c65ae7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ include("nn.jl")
include("struct.jl")
include("closure.jl")
include("compile.jl")
include("nn_lux.jl")

if VERSION v"1.10-" # Lux isn't supported on 1.9
include("nn_lux.jl")
end

0 comments on commit 2c65ae7

Please sign in to comment.