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 7aad86d commit 186fbddCopy full SHA for 186fbdd
.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
@@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
12
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
[compat]
15
-MultivariatePolynomials = "0.5.8"
+MultivariatePolynomials = "0.5.9"
16
MutableArithmetics = "1"
17
Reexport = "1"
18
julia = "1"
0 commit comments