We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b0709 commit 82d770cCopy full SHA for 82d770c
.github/workflows/ci.yml
@@ -33,13 +33,6 @@ jobs:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
35
- uses: julia-actions/cache@v2
36
- - name: MP
37
- shell: julia --project=@. {0}
38
- run: |
39
- using Pkg
40
- Pkg.add([
41
- PackageSpec(name="MultivariatePolynomials", rev="master"),
42
- ])
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
45
with:
Project.toml
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
14
15
[compat]
16
MacroTools = "0.5"
17
-MultivariatePolynomials = "0.5"
+MultivariatePolynomials = "0.5.8"
18
MutableArithmetics = "1"
19
Reexport = "1"
20
julia = "1.6"
0 commit comments