Skip to content

Commit 5127580

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,20 @@ 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:
39-
depwarn: error
49+
depwarn: yes
4050
- uses: julia-actions/julia-processcoverage@v1
4151
- uses: codecov/codecov-action@v4
4252
with:

0 commit comments

Comments
 (0)