Skip to content

Commit

Permalink
Revert "attempt to fix strange centos error"
Browse files Browse the repository at this point in the history
This reverts commit 51b8b8d.
  • Loading branch information
bodono committed Jul 5, 2024
1 parent 865878c commit 8ccdacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: "cp3${{env.PYTHON_SUBVERSION}}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
CIBW_BEFORE_ALL_LINUX: apt-get install libopenblas-dev
CIBW_BEFORE_ALL_LINUX: 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 8ccdacd

Please sign in to comment.