Skip to content

Commit

Permalink
Update CI mirrorlist for Centos deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes authored Sep 4, 2024
1 parent d41ba9f commit 9a92c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

# Install Eigen and pybind11 on manylinux images (no brew, need Eigen >= 3.4)
CIBW_BEFORE_ALL_LINUX: >
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
yum install -y wget &&
wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz &&
tar xzf eigen-3.4.0.tar.gz &&
Expand Down

0 comments on commit 9a92c0a

Please sign in to comment.