From 7f549f72a6cf8db577257a7985a1e2380cbda8ef Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Mon, 5 Feb 2024 14:31:52 +0100 Subject: [PATCH] Trying to fix CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c3f1f3d2..fb145c0b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,7 +59,7 @@ jobs: - run: | julia --project=extensions/GalerkinToolkitExamples -e ' using Pkg - Pkg.dev(".") + Pkg.develop(".") Pkg.test("GalerkinToolkitExamples")' docs: name: Documentation