File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 version :
21- - ' 1.10 '
21+ - ' 1.6 '
2222 - ' 1'
2323 os :
2424 - ubuntu-latest
3131 version : ${{ matrix.version }}
3232 arch : ${{ matrix.arch }}
3333 - uses : julia-actions/julia-downgrade-compat@v1
34- if : ${{ matrix.version == '1.10 ' }}
34+ if : ${{ matrix.version == '1.6 ' }}
3535 with :
3636 skip : Pkg, TOML
3737 - uses : julia-actions/cache@v1
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33authors = [
44 " Vaibhav Dixit <[email protected] >, Guillaume Dalle and contributors" ,
55]
6- version = " 1.0.0"
6+ version = " 1.1.0"
7+
8+ [deps ]
9+ ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10+ EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
711
812[weakdeps ]
913ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -16,7 +20,7 @@ ADTypesEnzymeCoreExt = "EnzymeCore"
1620[compat ]
1721ChainRulesCore = " 1.0.2"
1822EnzymeCore = " 0.5.3,0.6,0.7"
19- julia = " 1.10 "
23+ julia = " 1.6 "
2024
2125[extras ]
2226Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
Original file line number Diff line number Diff line change 5252# # Tests
5353
5454@testset verbose= true " ADTypes.jl" begin
55- @testset " Aqua.jl" begin
56- Aqua. test_all (ADTypes; deps_compat = (check_extras = false ,))
57- end
58- @testset " JET.jl" begin
59- JET. test_package (ADTypes, target_defined_modules = true )
55+ if VERSION >= v " 1.10"
56+ @testset " Aqua.jl" begin
57+ Aqua. test_all (ADTypes; deps_compat = (check_extras = false ,))
58+ end
59+ @testset " JET.jl" begin
60+ JET. test_package (ADTypes, target_defined_modules = true )
61+ end
6062 end
6163 @testset " Dense" begin
6264 include (" dense.jl" )
You can’t perform that action at this time.
0 commit comments