@@ -38,71 +38,71 @@ jobs:
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- # version:
42
- # - "1.10"
43
- # - "1.11"
44
- # # - 'nightly'
45
- # os:
46
- # - ubuntu-24.04
47
- # # `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
48
- # # <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
49
- # - ubuntu-22.04-arm
50
- # # Disable `macOS-13` until
51
- # # <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
52
- # # - macOS-13
53
- # - macOS-latest
54
- # test_group:
55
- # - core
56
- # - neural_networks
57
- # - integration
58
- # runtime:
59
- # - "PJRT"
60
- # - "IFRT"
61
- # assertions:
62
- # - false
41
+ version :
42
+ - " 1.10"
43
+ - " 1.11"
44
+ # - 'nightly'
45
+ os :
46
+ - ubuntu-24.04
47
+ # `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
48
+ # <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
49
+ - ubuntu-22.04-arm
50
+ # Disable `macOS-13` until
51
+ # <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
52
+ # - macOS-13
53
+ - macOS-latest
54
+ test_group :
55
+ - core
56
+ - neural_networks
57
+ - integration
58
+ runtime :
59
+ - " PJRT"
60
+ - " IFRT"
61
+ assertions :
62
+ - false
63
63
include :
64
- # - os: linux-x86-ct6e-180-4tpu
65
- # version: "1.11"
66
- # assertions: false
67
- # test_group: core
68
- # runtime: "IFRT"
69
- # - os: linux-x86-ct6e-180-4tpu
70
- # version: "1.11"
71
- # assertions: false
72
- # test_group: integration
73
- # runtime: "IFRT"
64
+ - os : linux-x86-ct6e-180-4tpu
65
+ version : " 1.11"
66
+ assertions : false
67
+ test_group : core
68
+ runtime : " IFRT"
69
+ - os : linux-x86-ct6e-180-4tpu
70
+ version : " 1.11"
71
+ assertions : false
72
+ test_group : integration
73
+ runtime : " IFRT"
74
74
- os : linux-x86-ct6e-180-4tpu
75
75
version : " 1.11"
76
76
assertions : false
77
77
test_group : neural_networks
78
78
runtime : " IFRT"
79
- # - os: ubuntu-24.04
80
- # version: "1.10"
81
- # assertions: true
82
- # test_group: core
83
- # runtime: "PJRT"
84
- # - os: ubuntu-24.04
85
- # version: "1.10"
86
- # assertions: true
87
- # test_group: neural_networks
88
- # runtime: "PJRT"
89
- # - os: ubuntu-24.04
90
- # version: "1.10"
91
- # assertions: true
92
- # test_group: integration
93
- # runtime: "PJRT"
94
- # - os: ubuntu-24.04
95
- # libReactant: packaged
96
- # version: '1.10'
97
- # test_group: core
98
- # - os: ubuntu-24.04
99
- # libReactant: packaged
100
- # version: '1.10'
101
- # test_group: neural_networks
102
- # - os: ubuntu-24.04
103
- # libReactant: packaged
104
- # version: '1.10'
105
- # test_group: integration
79
+ - os : ubuntu-24.04
80
+ version : " 1.10"
81
+ assertions : true
82
+ test_group : core
83
+ runtime : " PJRT"
84
+ - os : ubuntu-24.04
85
+ version : " 1.10"
86
+ assertions : true
87
+ test_group : neural_networks
88
+ runtime : " PJRT"
89
+ - os : ubuntu-24.04
90
+ version : " 1.10"
91
+ assertions : true
92
+ test_group : integration
93
+ runtime : " PJRT"
94
+ - os : ubuntu-24.04
95
+ libReactant : packaged
96
+ version : ' 1.10'
97
+ test_group : core
98
+ - os : ubuntu-24.04
99
+ libReactant : packaged
100
+ version : ' 1.10'
101
+ test_group : neural_networks
102
+ - os : ubuntu-24.04
103
+ libReactant : packaged
104
+ version : ' 1.10'
105
+ test_group : integration
106
106
steps :
107
107
- name : Set TMPDIR
108
108
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub
0 commit comments