Skip to content

Commit 82d770c

Browse files
authored
Bump MP to v0.5.8 (#90)
1 parent 64b0709 commit 82d770c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
version: ${{ matrix.version }}
3434
arch: ${{ matrix.arch }}
3535
- 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-
])
4336
- uses: julia-actions/julia-buildpkg@v1
4437
- uses: julia-actions/julia-runtest@v1
4538
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414

1515
[compat]
1616
MacroTools = "0.5"
17-
MultivariatePolynomials = "0.5"
17+
MultivariatePolynomials = "0.5.8"
1818
MutableArithmetics = "1"
1919
Reexport = "1"
2020
julia = "1.6"

0 commit comments

Comments
 (0)