We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fb04c commit 883f412Copy full SHA for 883f412
.github/workflows/CI.yml
@@ -50,8 +50,14 @@ jobs:
50
with:
51
version: ${{ matrix.version }}
52
arch: ${{ matrix.arch }}
53
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
54
- uses: julia-actions/julia-buildpkg@v1
55
+ - run: |
56
+ julia --project -e '
57
+ using Pkg
58
+ Pkg.add([PackageSpec(; url="https://github.com/JamesWrigley/StaticArrays.jl.git", rev="compat"),
59
+ PackageSpec(; url="https://github.com/JamesWrigley/FiniteDifferences.jl.git", rev="compat")])
60
+ '
61
- uses: julia-actions/julia-runtest@v1
62
- uses: julia-actions/julia-processcoverage@v1
63
- uses: codecov/codecov-action@v5
0 commit comments