Skip to content

Commit b5673af

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

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,25 @@ 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-MP
41+
- uses: actions/checkout@v4
42+
with:
43+
repository: AayushSabharwal/MutableArithmetics.jl
44+
ref: as+bl/simplify_promote_type_fallback
45+
path: upstream-MA
46+
- name: Use branch
47+
shell: julia --color=yes --project=@. {0}
48+
run: |
49+
using Pkg
50+
Pkg.develop([PackageSpec(; path = "upstream-MP"), PackageSpec(; path = "upstream-MA")])
3651
- uses: julia-actions/julia-buildpkg@v1
3752
- uses: julia-actions/julia-runtest@v1
3853
with:
39-
depwarn: error
54+
depwarn: yes
4055
- uses: julia-actions/julia-processcoverage@v1
4156
- uses: codecov/codecov-action@v4
4257
with:

0 commit comments

Comments
 (0)