Commit a9c63ca 1 parent 17d024a commit a9c63ca Copy full SHA for a9c63ca
File tree 3 files changed +1
-11
lines changed
3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
version : ${{ matrix.version }}
39
39
arch : ${{ matrix.arch }}
40
- - uses : actions/cache@v3
41
- env :
42
- cache-name : cache-artifacts
43
- with :
44
- path : ~/.julia/artifacts
45
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
46
- restore-keys : |
47
- ${{ runner.os }}-test-${{ env.cache-name }}-
48
- ${{ runner.os }}-test-
49
- ${{ runner.os }}-
40
+ - uses : julia-actions/cache@v2
50
41
- uses : julia-actions/julia-buildpkg@v1
51
42
- uses : julia-actions/julia-runtest@v1
52
43
docs :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
5
5
using SEQ_BRUKER_a_MP2RAGE_CS_360. JSON
6
6
using Pkg
7
7
8
- Pkg. instantiate ()
9
8
const datadir = joinpath (artifact " MP2RAGE_data" )
10
9
@info " The test data is located at $datadir ."
11
10
You can’t perform that action at this time.
0 commit comments