Skip to content

Commit 42c6746

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

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
@@ -33,6 +33,16 @@ jobs:
3333
version: ${{ matrix.version }}
3434
arch: ${{ matrix.arch }}
3535
- uses: julia-actions/cache@v2
36+
- uses: actions/checkout@v4
37+
with:
38+
repository: AayushSabharwal/MultivariatePolynomials.jl
39+
ref: as/poly-merge-nonconcrete
40+
path: upstream
41+
- name: Use branch
42+
shell: julia --color=yes --project=@. {0}
43+
run: |
44+
using Pkg
45+
Pkg.develop(PackageSpec(; path = "upstream"))
3646
- uses: julia-actions/julia-buildpkg@v1
3747
- uses: julia-actions/julia-runtest@v1
3848
with:

0 commit comments

Comments
 (0)