Skip to content

Commit c2b8724

Browse files
committed
ci: reenable all platforms
1 parent 3c15405 commit c2b8724

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

.github/workflows/CI.yml

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -38,71 +38,71 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
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
6363
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"
7474
- os: linux-x86-ct6e-180-4tpu
7575
version: "1.11"
7676
assertions: false
7777
test_group: neural_networks
7878
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
106106
steps:
107107
- name: Set TMPDIR
108108
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub

0 commit comments

Comments
 (0)