We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf10b2 commit 1147a0cCopy full SHA for 1147a0c
1 file changed
.github/workflows/Test.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Install dependencies & run tests
144
run: julia --code-coverage=user --color=yes -e '
145
using Pkg;
146
- group = ENV["JULIA_DI_TEST_GROUP"]
+ group = ENV["JULIA_DI_TEST_GROUP"];
147
Pkg.activate("./DifferentiationInterface/test/Back/$group");
148
Pkg.add([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
149
include("./DifferentiationInterface/test/Back/run_backend.jl");'
0 commit comments