Skip to content

Commit

Permalink
attempt to get epel during install
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Sep 26, 2024
1 parent 565d13b commit 60a1a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y openblas-devel
CIBW_BEFORE_ALL_LINUX: >
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm &&
yum install -y openblas-devel
CIBW_ENVIRONMENT_MACOS: CFLAGS='-Wno-error=implicit-function-declaration'
CIBW_BUILD_VERBOSITY: 3
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit 60a1a62

Please sign in to comment.