Skip to content

Commit 9bcee07

Browse files
committed
simplify CI and fix test
1 parent c85c685 commit 9bcee07

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/CI.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.10'
27-
- 'pre'
2827
os:
2928
- ubuntu-latest
30-
- macos-latest
31-
- windows-latest
3229
arch:
3330
- x64
3431
steps:

Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["aTrotier <a.trotier@gmail.com> and contributors"]
44
version = "0.0.1"
55

66
[deps]
7+
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
78
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
89
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
910
MRIFiles = "5a6f062f-bf45-497d-b654-ad17aae2a530"
@@ -25,8 +26,8 @@ Statistics = "1.10"
2526
julia = "1.10"
2627

2728
[extras]
28-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
30+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3031

3132
[targets]
32-
test = ["Test","LazyArtifacts"]
33+
test = ["Test", "LazyArtifacts"]

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using LazyArtifacts
44
using SEQ_BRUKER_a_MP2RAGE_CS_360.NIfTI
55
using SEQ_BRUKER_a_MP2RAGE_CS_360.JSON
66
using Pkg
7+
using Artifacts
78

89
toml = Artifacts.find_artifacts_toml(@__DIR__)
910

0 commit comments

Comments
 (0)