From e968d0f603302da161acaca0543d39f164d58f23 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Fri, 3 Nov 2023 10:25:00 -0400 Subject: [PATCH] update CI --- .github/workflows/CI.yml | 8 -------- .github/workflows/Documentation.yml | 9 +-------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index afc3128..48bb198 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,14 +37,6 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- - - name: add CESMIX registry - run: | - julia -e ' - using Pkg - Pkg.Registry.add("General") - Pkg.Registry.add(RegistrySpec(url = "https://github.com/cesmix-mit/CESMIX.git")) - ' - shell: bash - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index a0210cb..ecc3697 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -13,14 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: - version: "1.6" - - name: add CESMIX registry - run: | - julia -e ' - using Pkg - Pkg.Registry.add("General") - Pkg.Registry.add(RegistrySpec(url = "https://github.com/cesmix-mit/CESMIX.git")) - ' + version: "1.8" shell: bash - name: instantiate docs run: |