From 50ad701c0a7fc266b9fddec658b49bf35939d57a Mon Sep 17 00:00:00 2001 From: hyrodium Date: Sat, 1 Jul 2023 22:34:25 +0900 Subject: [PATCH] update ci.yml to install BasicBSplineExporter.jl --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e849ed3..05ad742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,11 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- - - uses: julia-actions/julia-buildpkg@v1 - run: | julia --project=. -e ' using Pkg Pkg.add(PackageSpec(url="https://github.com/hyrodium/BasicBSplineExporter.jl"))' + - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1