File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,18 @@ cache:
26
26
27
27
jobs :
28
28
include :
29
- - python : " 3.9"
30
- os : linux
31
- arch : ppc64le
32
- env :
33
- # use OpenBLAS build, not system ATLAS
34
- - DOWNLOAD_OPENBLAS=1
35
- # - NPY_USE_BLAS_ILP64=1 # the openblas build fails
36
- - ATLAS=None
37
- # VSX4 still not supported by ubuntu/gcc-11
38
- - EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
29
+ # The ppc64le for these tests is usually missing, resulting in
30
+ # test failure most of the time. Let's not do that.
31
+ # - python: "3.9"
32
+ # os: linux
33
+ # arch: ppc64le
34
+ # env:
35
+ # # use OpenBLAS build, not system ATLAS
36
+ # - DOWNLOAD_OPENBLAS=1
37
+ # # - NPY_USE_BLAS_ILP64=1 # the openblas build fails
38
+ # - ATLAS=None
39
+ # # VSX4 still not supported by ubuntu/gcc-11
40
+ # - EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
39
41
40
42
- python : " 3.9"
41
43
os : linux
You can’t perform that action at this time.
0 commit comments