Skip to content

Commit 0a2cea2

Browse files
committed
Remove registry updates
1 parent fe26d56 commit 0a2cea2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- name: Install dependencies & run tests
5959
run: julia --color=yes -e '
6060
using Pkg;
61-
Pkg.Registry.update();
6261
Pkg.activate("./DifferentiationInterface/test");
6362
if VERSION < v"1.11";
6463
Pkg.rm("DifferentiationInterfaceTest");
@@ -144,7 +143,6 @@ jobs:
144143
- name: Install dependencies & run tests
145144
run: julia --code-coverage=user --color=yes -e '
146145
using Pkg;
147-
Pkg.Registry.update();
148146
group = ENV["JULIA_DI_TEST_GROUP"]
149147
Pkg.activate("./DifferentiationInterface/test/Back/$group");
150148
Pkg.add([PackageSpec(; path="./DifferentiationInterface"), PackageSpec(; path="./DifferentiationInterfaceTest")]);

0 commit comments

Comments
 (0)