Skip to content

Commit 02ca88f

Browse files
committed
Revert "disable 1.10 CI until I fix it."
This reverts commit 7c732dc.
1 parent 0ad0017 commit 02ca88f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/CI.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
version:
40-
# - "1.10"
40+
- "1.10"
4141
- "1.11"
4242
# - 'nightly'
4343
os:
@@ -59,21 +59,21 @@ jobs:
5959
assertions:
6060
- false
6161
include:
62-
# - os: ubuntu-24.04
63-
# version: "1.10"
64-
# assertions: true
65-
# test_group: core
66-
# runtime: "PJRT"
67-
# - os: ubuntu-24.04
68-
# version: "1.10"
69-
# assertions: true
70-
# test_group: neural_networks
71-
# runtime: "PJRT"
72-
# - os: ubuntu-24.04
73-
# version: "1.10"
74-
# assertions: true
75-
# test_group: integration
76-
# runtime: "PJRT"
62+
- os: ubuntu-24.04
63+
version: "1.10"
64+
assertions: true
65+
test_group: core
66+
runtime: "PJRT"
67+
- os: ubuntu-24.04
68+
version: "1.10"
69+
assertions: true
70+
test_group: neural_networks
71+
runtime: "PJRT"
72+
- os: ubuntu-24.04
73+
version: "1.10"
74+
assertions: true
75+
test_group: integration
76+
runtime: "PJRT"
7777
# - os: ubuntu-24.04
7878
# libReactant: packaged
7979
# version: '1.10'

0 commit comments

Comments
 (0)