Skip to content

Commit 4de5b55

Browse files
committed
Use Pkg.develop for local package in nopre tests
- Remove ModelOrderReduction from nopre/Project.toml deps - Add Pkg.develop(path=...) to use local package instead of registry Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 76a6181 commit 4de5b55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/nopre/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
44
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
55
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6-
ModelOrderReduction = "09f5a75a-f280-4a5d-b0d6-e6a6f45c19c9"
76
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
87

98
[compat]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ end
1717
if GROUP == "nopre"
1818
using Pkg
1919
Pkg.activate(@__DIR__() * "/nopre")
20+
Pkg.develop(path = dirname(@__DIR__))
2021
Pkg.instantiate()
2122

2223
@safetestset "Quality Assurance" begin

0 commit comments

Comments
 (0)