Skip to content

Commit 0c1525f

Browse files
committed
MP#master on CI
1 parent a52495c commit 0c1525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: julia --project=@. {0}
4747
run: |
4848
using Pkg
49-
Pkg.add(PackageSpec(name="MultivariatePolynomials", rev="bl/sort_vars_monomials"))
49+
Pkg.add(PackageSpec(name="MultivariatePolynomials", rev="master"))
5050
- uses: julia-actions/julia-buildpkg@v1
5151
- uses: julia-actions/julia-runtest@v1
5252
with:

0 commit comments

Comments
 (0)