Skip to content

Commit 08ca2b7

Browse files
committed
checkout MP
1 parent 2668e1e commit 08ca2b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ 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+
])
3643
- uses: julia-actions/julia-buildpkg@v1
3744
- uses: julia-actions/julia-runtest@v1
3845
with:

0 commit comments

Comments
 (0)