Skip to content

Commit 12ab69f

Browse files
committed
ci: remove CentOS 7 specific hack from CI build
1 parent 83ddf7b commit 12ab69f

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build wheels (manylinux)
3333
uses: pypa/[email protected]
3434
env:
35-
CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
35+
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
3636
CIBW_BUILD: "*-manylinux_${{ matrix.wheel_arch }}"
3737
# Skip tests for Python 3.10 onwards because SciPy does not have
3838
# 32-bit wheels for Linux
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build wheels (manylinux)
6767
uses: pypa/[email protected]
6868
env:
69-
CIBW_BEFORE_BUILD: "bash scripts/fixup_centos_7_in_ci.sh && yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
69+
CIBW_BEFORE_BUILD: "yum install -y flex bison libxml2-devel zlib-devel cairo-devel && pip install -U cmake pip setuptools wheel && python setup.py build_c_core"
7070
CIBW_ARCHS_LINUX: aarch64
7171
CIBW_BUILD: "*-manylinux_aarch64"
7272

scripts/fixup_centos_7_in_ci.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)