Skip to content

Commit 71c31cf

Browse files
committed
CI: disable testing manylinux2014
Notably, NumPy does not provide wheels for it, so it takes 10+ minutes to build it. The import tests are already done in dss_python_backend, so we know it works.
1 parent 056e46c commit 71c31cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
include:
2222
- container_image: 'quay.io/pypa/manylinux_2_28_x86_64'
2323
SKIP_SCIPY: 0
24-
- container_image: 'quay.io/pypa/manylinux2014_x86_64'
25-
SKIP_SCIPY: 1
24+
# - container_image: 'quay.io/pypa/manylinux2014_x86_64'
25+
# SKIP_SCIPY: 1
2626
container:
2727
image: ${{ matrix.container_image }}
2828
env:

0 commit comments

Comments
 (0)