Skip to content

Commit dbf10b2

Browse files
authored
Update Test.yml
1 parent 0a2cea2 commit dbf10b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
using Pkg;
146146
group = ENV["JULIA_DI_TEST_GROUP"]
147147
Pkg.activate("./DifferentiationInterface/test/Back/$group");
148-
Pkg.add([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
148+
Pkg.add([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
149149
include("./DifferentiationInterface/test/Back/run_backend.jl");'
150150
- uses: julia-actions/julia-processcoverage@v1
151151
with:

0 commit comments

Comments
 (0)