File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments