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 9df43bf commit 8e9aaa4Copy full SHA for 8e9aaa4
.github/workflows/CI.yml
@@ -48,9 +48,6 @@ jobs:
48
with:
49
version: ${{ matrix.version }}
50
arch: ${{ matrix.arch }}
51
- - name: Instantiate project
52
- run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate()'
53
- shell: bash
54
- uses: actions/cache@v4
55
env:
56
cache-name: cache-artifacts
@@ -92,9 +89,6 @@ jobs:
92
89
93
90
arch: ${{ matrix.julia_arch }}
94
91
version: ${{ matrix.julia_version }}
95
96
97
98
- uses: julia-actions/cache@v2
99
- uses: julia-actions/julia-runtest@v1
100
0 commit comments