Skip to content

Commit 2996e88

Browse files
Merge pull request #140 from HenriquesLab/updates
changing centos repos
2 parents 5836d70 + 4456ddb commit 2996e88

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_test_deploy_all_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
CIBW_BUILD: ${{ matrix.cibw_build }}
5353
CIBW_ARCHS: ${{ matrix.archs }}
5454
CIBW_BEFORE_ALL_LINUX: >
55+
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*.repo &&
56+
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*.repo &&
57+
yum clean all &&
5558
yum install -y epel-release &&
5659
yum install -y ocl-icd-devel opencl-headers
5760
CIBW_ENVIRONMENT_LINUX: >

0 commit comments

Comments
 (0)