We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b4468 commit e2b8774Copy full SHA for e2b8774
.github/workflows/wheels.yml
@@ -76,7 +76,7 @@ jobs:
76
env:
77
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}_${{ matrix.buildplat[2] }}
78
CIBW_BUILD_VERBOSITY: 1
79
- CIBW_BEFORE_BUILD_LINUX: yum -y install gsl-devel
+ CIBW_BEFORE_BUILD_LINUX: sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && yum -y install gsl-devel
80
CIBW_ARCHS_MACOS: ${{ matrix.buildplat[2] }}
81
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.13"
82
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
0 commit comments