We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7098954 commit c98b227Copy full SHA for c98b227
.github/workflows/ci.yml
@@ -42,16 +42,6 @@ jobs:
42
${{ runner.os }}-test-${{ env.cache-name }}-
43
${{ runner.os }}-test-
44
${{ 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
52
53
54
- Pkg.add(PackageSpec(name="DynamicPolynomials", rev="master"))
55
- uses: julia-actions/julia-buildpkg@v1
56
- uses: julia-actions/julia-runtest@v1
57
with:
0 commit comments