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