Skip to content

Commit c85c685

Browse files
committed
add path by hand
1 parent a9c63ca commit c85c685

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Artifacts.toml test/Artifacts.toml

File renamed without changes.

test/runtests.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
55
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
66
using Pkg
77

8-
const datadir = joinpath(artifact"MP2RAGE_data")
8+
toml = Artifacts.find_artifacts_toml(@__DIR__)
9+
10+
11+
const datadir = Pkg.Artifacts.ensure_artifact_installed("MP2RAGE_data", toml)
912
@info "The test data is located at $datadir."
1013

1114
@testset "SEQ_BRUKER_a_MP2RAGE_CS_360.jl" begin

0 commit comments

Comments
 (0)