Skip to content

Commit 7c39203

Browse files
committed
* update workflow
1 parent 59d6e15 commit 7c39203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CIBW_BEFORE_ALL_LINUX: >
3131
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
3232
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
33-
yum install -y wget
33+
yum install -y wget hwloc-devel
3434
CIBW_BEFORE_BUILD: ./build.sh
3535
CIBW_BUILD_VERBOSITY: 1
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ manylinux-x86_64-image = "manylinux2014"
5959
before-all = [
6060
"sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*",
6161
"sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*",
62-
"yum install -y wget"
62+
"yum install -y wget hwloc-devel"
6363
]
6464

6565
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)