Skip to content

Commit c6f85a8

Browse files
authored
Use DynamicPolynomials#master (#234)
1 parent 93ba315 commit c6f85a8

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