From e5a3c78a680257977d5bb297c5c7b0f6e4bae6f8 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 17 Mar 2025 12:07:39 -0400 Subject: [PATCH 1/2] test: windows patch --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 5c51b73d0..689061f90 100644 --- a/Project.toml +++ b/Project.toml @@ -153,3 +153,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [targets] test = ["Aqua", "BandedMatrices", "BenchmarkTools", "CUDA", "Enzyme", "ExplicitImports", "FastLevenbergMarquardt", "FixedPointAcceleration", "Hwloc", "InteractiveUtils", "LeastSquaresOptim", "LineSearches", "MINPACK", "NLSolvers", "NLsolve", "NaNMath", "NonlinearProblemLibrary", "OrdinaryDiffEqTsit5", "PETSc", "Pkg", "PolyesterForwardDiff", "Random", "ReTestItems", "SIAMFANLEquations", "SparseConnectivityTracer", "SpeedMapping", "StableRNGs", "StaticArrays", "Sundials", "Test", "Zygote"] + +[sources] +ReTestitems = {url = "https://github.com/avik-pal/ReTestItems.jl", rev = "ap/patch_windows"} From 52e638200daa5202a4723837f88a671472700f03 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 17 Mar 2025 12:31:18 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 689061f90..efa72a260 100644 --- a/Project.toml +++ b/Project.toml @@ -155,4 +155,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" test = ["Aqua", "BandedMatrices", "BenchmarkTools", "CUDA", "Enzyme", "ExplicitImports", "FastLevenbergMarquardt", "FixedPointAcceleration", "Hwloc", "InteractiveUtils", "LeastSquaresOptim", "LineSearches", "MINPACK", "NLSolvers", "NLsolve", "NaNMath", "NonlinearProblemLibrary", "OrdinaryDiffEqTsit5", "PETSc", "Pkg", "PolyesterForwardDiff", "Random", "ReTestItems", "SIAMFANLEquations", "SparseConnectivityTracer", "SpeedMapping", "StableRNGs", "StaticArrays", "Sundials", "Test", "Zygote"] [sources] -ReTestitems = {url = "https://github.com/avik-pal/ReTestItems.jl", rev = "ap/patch_windows"} +ReTestItems = {url = "https://github.com/avik-pal/ReTestItems.jl", rev = "ap/patch_windows"}