From f0980b1c9333e26857dcf4cf201252f7e16b60f9 Mon Sep 17 00:00:00 2001 From: cbernalz Date: Fri, 19 Jul 2024 20:05:25 -0700 Subject: [PATCH] 2024-07-19 update : update doc. --- .github/workflows/Documentation.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 89b7bc9..ece529f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -18,12 +18,6 @@ jobs: with: julia-version: '1.9' - - name: Install dependencies - run: | - julia -e 'using Pkg; Pkg.instantiate()' - julia -e 'using Pkg; Pkg.add("Documenter")' - julia -e 'using Pkg; Pkg.add("UCIWWEIHR")' - - name: Install dependencies run: julia --project -e 'using Pkg; Pkg.instantiate()'