Commit 88d3665
Revising test_jax_trainer flaky test (ray-project#56854)
Revisiting ray-project#56548 as test
continues to be flaky on CI
**Solution**: The previous attempt to deflake this test still used a
`pip install jax` via the `ray.init` runtime_env args. Hence, the pip
install related error persisted. This PR instead adds `jax` and `jaxlib`
as a dependency of CI train tests, avoiding the need to `pip install
jax` via the runtime_env.
---------
Signed-off-by: JasonLi1909 <jasli1909@gmail.com>
Signed-off-by: Jason Li <57246540+JasonLi1909@users.noreply.github.com>1 parent 3237290 commit 88d3665
File tree
3 files changed
+19
-15
lines changed- python
- ray/train/v2/tests
- requirements/ml
3 files changed
+19
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 16 | + | |
27 | 17 | | |
28 | 18 | | |
29 | 19 | | |
| |||
34 | 24 | | |
35 | 25 | | |
36 | 26 | | |
37 | | - | |
| 27 | + | |
38 | 28 | | |
39 | 29 | | |
40 | 30 | | |
41 | 31 | | |
42 | 32 | | |
43 | 33 | | |
44 | | - | |
| 34 | + | |
45 | 35 | | |
46 | 36 | | |
47 | 37 | | |
| |||
59 | 49 | | |
60 | 50 | | |
61 | 51 | | |
62 | | - | |
| 52 | + | |
63 | 53 | | |
64 | 54 | | |
65 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
862 | 866 | | |
863 | 867 | | |
864 | 868 | | |
| |||
1081 | 1085 | | |
1082 | 1086 | | |
1083 | 1087 | | |
1084 | | - | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1085 | 1092 | | |
1086 | 1093 | | |
1087 | 1094 | | |
| |||
1253 | 1260 | | |
1254 | 1261 | | |
1255 | 1262 | | |
| 1263 | + | |
| 1264 | + | |
1256 | 1265 | | |
1257 | 1266 | | |
1258 | 1267 | | |
| |||
1379 | 1388 | | |
1380 | 1389 | | |
1381 | 1390 | | |
| 1391 | + | |
1382 | 1392 | | |
1383 | 1393 | | |
1384 | 1394 | | |
| |||
2024 | 2034 | | |
2025 | 2035 | | |
2026 | 2036 | | |
| 2037 | + | |
| 2038 | + | |
2027 | 2039 | | |
2028 | 2040 | | |
2029 | 2041 | | |
| |||
0 commit comments