Skip to content

Commit

Permalink
yml...
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 17, 2024
1 parent 09470ce commit 890c2c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Building wheel
uses: pypa/cibuildwheel@v2.19.2
env:
uses:
CIBW_BUILD: "${{ matrix.python }}-${{ matrix.platform[1] }}"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28_x86_64"
CIBW_BEFORE_ALL_LINUX: "dnf install -y clang libffi-devel eigen3-devel"
CIBW_BUILD: "${{ matrix.python }}-${{ matrix.platform[1] }}"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28_x86_64"
CIBW_BEFORE_ALL_LINUX: "dnf install -y clang libffi-devel eigen3-devel"

0 comments on commit 890c2c4

Please sign in to comment.