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 73f486b commit 1f5613aCopy full SHA for 1f5613a
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
arch: ${{ matrix.arch }}
35
- uses: julia-actions/cache@v1
36
- name: Dev GeometryOpsCore`
37
- run: julia --project=. -e 'using Pkg; Pkg.add(PackageSpec(; path = joinpath(".", "GeometryOpsCore")))'
+ run: julia --project=. -e 'using Pkg; Pkg.develop(; path = joinpath(".", "GeometryOpsCore"))'
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
0 commit comments