Skip to content

Commit c98b227

Browse files
committed
Stop dev MP and TP in ci
1 parent 7098954 commit c98b227

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ jobs:
4242
${{ runner.os }}-test-${{ env.cache-name }}-
4343
${{ runner.os }}-test-
4444
${{ runner.os }}-
45-
- name: TP#master
46-
shell: julia --project=@. {0}
47-
run: |
48-
using Pkg
49-
Pkg.add(PackageSpec(name="TypedPolynomials", rev="master"))
50-
- name: DP#master
51-
shell: julia --project=@. {0}
52-
run: |
53-
using Pkg
54-
Pkg.add(PackageSpec(name="DynamicPolynomials", rev="master"))
5545
- uses: julia-actions/julia-buildpkg@v1
5646
- uses: julia-actions/julia-runtest@v1
5747
with:

0 commit comments

Comments
 (0)