Skip to content

Commit b86a6f4

Browse files
committed
Back to master branch
1 parent 45d6596 commit b86a6f4

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
@@ -51,7 +51,7 @@ jobs:
5151
shell: julia --project=@. {0}
5252
run: |
5353
using Pkg
54-
Pkg.add(PackageSpec(name="DynamicPolynomials", rev="bl/order"))
54+
Pkg.add(PackageSpec(name="DynamicPolynomials", rev="master"))
5555
- uses: julia-actions/julia-buildpkg@v1
5656
- uses: julia-actions/julia-runtest@v1
5757
with:

0 commit comments

Comments
 (0)