Skip to content

Commit e86faa7

Browse files
TEMP COMMIT: use branch of MultivariatePolynomials.jl
1 parent 6d17d56 commit e86faa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ jobs:
3434
arch: ${{ matrix.arch }}
3535
- uses: julia-actions/cache@v2
3636
- uses: julia-actions/julia-buildpkg@v1
37+
- uses: actions/checkout@v4
38+
with:
39+
repository: AayushSabharwal/MultivariatePolynomials.jl
40+
ref: as/poly-merge-nonconcrete
41+
path: upstream
42+
- name: Use branch
43+
shell: julia --color=yes --project=@. {0}
44+
run: |
45+
using Pkg
46+
Pkg.develop(PackageSpec(; path = "upstream"))
3747
- uses: julia-actions/julia-runtest@v1
3848
with:
3949
depwarn: error

0 commit comments

Comments
 (0)