We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cd312 commit fe26d56Copy full SHA for fe26d56
1 file changed
.github/workflows/Test.yml
@@ -147,8 +147,7 @@ jobs:
147
Pkg.Registry.update();
148
group = ENV["JULIA_DI_TEST_GROUP"]
149
Pkg.activate("./DifferentiationInterface/test/Back/$group");
150
- Pkg.develop(; path="./DifferentiationInterface");
151
- Pkg.develop(; path="./DifferentiationInterfaceTest");
+ Pkg.add([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
152
include("./DifferentiationInterface/test/Back/run_backend.jl");'
153
- uses: julia-actions/julia-processcoverage@v1
154
with:
0 commit comments