We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a690fa commit 7336387Copy full SHA for 7336387
.github/workflows/wheels.yml
@@ -75,7 +75,7 @@ jobs:
75
env:
76
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}_${{ matrix.buildplat[2] }}
77
CIBW_BUILD_VERBOSITY: 1
78
- 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
+ CIBW_BEFORE_BUILD_LINUX: yum -y install gsl-devel
79
CIBW_ARCHS_MACOS: ${{ matrix.buildplat[2] }}
80
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.13"
81
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
0 commit comments