Skip to content

Commit

Permalink
Update buildwheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 19, 2024
1 parent c812eff commit 3e8b786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: cp311-manylinux_x86_64
CIBW_SKIP: "*-win32 *-manylinux_i686"
CIBW_BUILD: cp3*
CIBW_SKIP: "*win32 *i686 *musllinux*"
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL: "yum install -y openblas-devel"
CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel"
CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 3e8b786

Please sign in to comment.