Skip to content

Commit

Permalink
Stop dev MP and TP in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 23, 2023
1 parent 7098954 commit c98b227
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c98b227

Please sign in to comment.