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()'