Skip to content

Commit f9d736c

Browse files
committed
v0.4.0
1 parent ba9479f commit f9d736c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# Since MultivariatePolynomials doesn't have binary dependencies,
14+
# Since TypedPolynomials doesn't have binary dependencies,
1515
# only test on a subset of possible platforms.
1616
include:
1717
- version: '1'
@@ -42,11 +42,6 @@ jobs:
4242
${{ runner.os }}-test-${{ env.cache-name }}-
4343
${{ runner.os }}-test-
4444
${{ runner.os }}-
45-
- name: MP#master
46-
shell: julia --project=@. {0}
47-
run: |
48-
using Pkg
49-
Pkg.add(PackageSpec(name="MultivariatePolynomials", rev="master"))
5045
- uses: julia-actions/julia-buildpkg@v1
5146
- uses: julia-actions/julia-runtest@v1
5247
with:

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TypedPolynomials"
22
uuid = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
33
repo = "https://github.com/JuliaAlgebra/TypedPolynomials.jl.git"
4-
version = "0.3.2"
4+
version = "0.4.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414

1515
[compat]
1616
MacroTools = "0.5"
17-
MultivariatePolynomials = "0.4.1"
18-
MutableArithmetics = "0.3, 1"
17+
MultivariatePolynomials = "0.5"
18+
MutableArithmetics = "1"
1919
Reexport = "1"
2020
julia = "1.6"

0 commit comments

Comments
 (0)