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:
33
33
version : ${{ matrix.version }}
34
34
arch : ${{ matrix.arch }}
35
35
- 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")])
36
51
- uses : julia-actions/julia-buildpkg@v1
37
52
- uses : julia-actions/julia-runtest@v1
38
53
with :
39
- depwarn : error
54
+ depwarn : yes
40
55
- uses : julia-actions/julia-processcoverage@v1
41
56
- uses : codecov/codecov-action@v4
42
57
with :
You can’t perform that action at this time.
0 commit comments