Skip to content

Commit 9e5495f

Browse files
committed
Back to MP#master
1 parent d4e4821 commit 9e5495f

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/order"))
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)