We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d17d56 commit 5127580Copy full SHA for 5127580
.github/workflows/ci.yml
@@ -33,10 +33,20 @@ jobs:
33
version: ${{ matrix.version }}
34
arch: ${{ matrix.arch }}
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
41
+ - name: Use branch
42
+ shell: julia --color=yes --project=@. {0}
43
+ run: |
44
+ using Pkg
45
+ Pkg.develop(PackageSpec(; path = "upstream"))
46
- uses: julia-actions/julia-buildpkg@v1
47
- uses: julia-actions/julia-runtest@v1
48
with:
- depwarn: error
49
+ depwarn: yes
50
- uses: julia-actions/julia-processcoverage@v1
51
- uses: codecov/codecov-action@v4
52
0 commit comments