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: