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 42c6746Copy full SHA for 42c6746
.github/workflows/ci.yml
@@ -33,6 +33,16 @@ 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:
0 commit comments