We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe26d56 commit 0a2cea2Copy full SHA for 0a2cea2
1 file changed
.github/workflows/Test.yml
@@ -58,7 +58,6 @@ jobs:
58
- name: Install dependencies & run tests
59
run: julia --color=yes -e '
60
using Pkg;
61
- Pkg.Registry.update();
62
Pkg.activate("./DifferentiationInterface/test");
63
if VERSION < v"1.11";
64
Pkg.rm("DifferentiationInterfaceTest");
@@ -144,7 +143,6 @@ jobs:
144
143
145
run: julia --code-coverage=user --color=yes -e '
146
147
148
group = ENV["JULIA_DI_TEST_GROUP"]
149
Pkg.activate("./DifferentiationInterface/test/Back/$group");
150
Pkg.add([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);
0 commit comments