Skip to content

Commit

Permalink
Remove Pkg trick
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 27, 2024
1 parent 7a50d38 commit 1234c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Expand All @@ -61,9 +60,8 @@ test = [
"FiniteDiff",
"FiniteDifferences",
"ForwardDiff",
# "Manifolds", # TODO: toggle once tests pass
"Manifolds",
"OrdinaryDiffEq",
"Pkg",
"RecursiveArrayTools",
"ReverseDiff",
"StaticArrays",
Expand Down
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ using LinearAlgebra
using ManifoldDiff
using ForwardDiff: ForwardDiff
using FiniteDifferences: FiniteDifferences
# TODO: toggle once tests pass
using Pkg
Pkg.add(url = "https://github.com/gdalle/Manifolds.jl", rev = "gd/manifoldsdiff_update")
using Manifolds
using ManifoldsBase
using RecursiveArrayTools
Expand All @@ -21,4 +18,4 @@ using RecursiveArrayTools
include("test_proximal_maps.jl")
include("test_subgradients.jl")
include("test_jacobians.jl")
end;
end

0 comments on commit 1234c64

Please sign in to comment.