File tree Expand file tree Collapse file tree
DifferentiationInterface/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 run : julia --color=yes -e '
6060 using Pkg;
6161 Pkg.activate("./DifferentiationInterface/test");
62- if VERSION < v"1.11";
63- Pkg.rm("DifferentiationInterfaceTest");
64- Pkg.resolve();
65- else;
66- Pkg.develop(; path="./DifferentiationInterfaceTest");
67- end;
62+ Pkg.develop([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
6863 Pkg.activate("./DifferentiationInterface");
6964 test_kwargs = (; allow_reresolve=false, coverage=true);
7065 if ENV["JULIA_DI_PR_DRAFT"] == "true";
@@ -145,7 +140,7 @@ jobs:
145140 using Pkg;
146141 group = ENV["JULIA_DI_TEST_GROUP"];
147142 Pkg.activate("./DifferentiationInterface/test/Back/$group");
148- Pkg.add ([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
143+ Pkg.develop ([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
149144 include("./DifferentiationInterface/test/Back/run_backend.jl");'
150145 - uses : julia-actions/julia-processcoverage@v1
151146 with :
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using ChainRulesCore
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using ChainRulesTestUtils: ChainRulesTestUtils
Original file line number Diff line number Diff line change 1- # see https://github.com/JuliaDiff/DifferentiationInterface.jl/issues/855
2-
3- using Pkg
4- Pkg. activate (@__DIR__ )
51include (" ../../testutils.jl" )
62
73using ADTypes: ADTypes
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using DifferentiationInterface, DifferentiationInterfaceTest
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using DifferentiationInterface, DifferentiationInterfaceTest
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using DifferentiationInterface, DifferentiationInterfaceTest
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using ADTypes: ADTypes
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using DifferentiationInterface, DifferentiationInterfaceTest
Original file line number Diff line number Diff line change 1- using Pkg
2- Pkg. activate (@__DIR__ )
31include (" ../../testutils.jl" )
42
53using DifferentiationInterface, DifferentiationInterfaceTest
You can’t perform that action at this time.
0 commit comments