Skip to content

Commit 186fbdd

Browse files
committed
1 parent 7aad86d commit 186fbdd

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
@@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
15-
MultivariatePolynomials = "0.5.8"
15+
MultivariatePolynomials = "0.5.9"
1616
MutableArithmetics = "1"
1717
Reexport = "1"
1818
julia = "1"

0 commit comments

Comments
 (0)