Commit 9bcee07 1 parent c85c685 commit 9bcee07 Copy full SHA for 9bcee07
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 24
24
matrix :
25
25
version :
26
26
- ' 1.10'
27
- - ' pre'
28
27
os :
29
28
- ubuntu-latest
30
- - macos-latest
31
- - windows-latest
32
29
arch :
33
30
- x64
34
31
steps :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors = ["aTrotier <a.trotier@gmail.com> and contributors"]
4
4
version = " 0.0.1"
5
5
6
6
[deps ]
7
+ Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
7
8
JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8
9
MRICoilSensitivities = " c57eb701-aafc-44a2-a53c-128049758959"
9
10
MRIFiles = " 5a6f062f-bf45-497d-b654-ad17aae2a530"
@@ -25,8 +26,8 @@ Statistics = "1.10"
25
26
julia = " 1.10"
26
27
27
28
[extras ]
28
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
29
29
LazyArtifacts = " 4af54fe1-eca0-43a8-85a7-787d91b784e3"
30
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
30
31
31
32
[targets ]
32
- test = [" Test" ," LazyArtifacts" ]
33
+ test = [" Test" , " LazyArtifacts" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ using LazyArtifacts
4
4
using SEQ_BRUKER_a_MP2RAGE_CS_360. NIfTI
5
5
using SEQ_BRUKER_a_MP2RAGE_CS_360. JSON
6
6
using Pkg
7
+ using Artifacts
7
8
8
9
toml = Artifacts. find_artifacts_toml (@__DIR__ )
9
10
You can’t perform that action at this time.
0 commit comments