From c98b22720715d463e0434506cdd5c574bcbc82e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 23 Jun 2023 08:48:03 +0200 Subject: [PATCH] Stop dev MP and TP in ci --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e524f2dd..4b564d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,16 +42,6 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- - - name: TP#master - shell: julia --project=@. {0} - run: | - using Pkg - Pkg.add(PackageSpec(name="TypedPolynomials", rev="master")) - - name: DP#master - shell: julia --project=@. {0} - run: | - using Pkg - Pkg.add(PackageSpec(name="DynamicPolynomials", rev="master")) - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 with: