Skip to content

Commit fe26d56

Browse files
committed
Single Pkg.add
1 parent f6cd312 commit fe26d56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ jobs:
147147
Pkg.Registry.update();
148148
group = ENV["JULIA_DI_TEST_GROUP"]
149149
Pkg.activate("./DifferentiationInterface/test/Back/$group");
150-
Pkg.develop(; path="./DifferentiationInterface");
151-
Pkg.develop(; path="./DifferentiationInterfaceTest");
150+
Pkg.add([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
152151
include("./DifferentiationInterface/test/Back/run_backend.jl");'
153152
- uses: julia-actions/julia-processcoverage@v1
154153
with:

0 commit comments

Comments
 (0)