Skip to content

mapping

mapping #7

Workflow file for this run

name: wheels
on: [push, pull_request]
jobs:
wheels:
runs-on: ${{ matrix.platform[0] }}
strategy:
fail-fast: false
matrix:
platform:
- ['ubuntu-20.04, manylinux_x86_64']
python: ['cp311', 'cp312']
steps:
- uses: actions/checkout@v4
- name: Building wheel
uses: pypa/[email protected]
env:
uses:
CIBW_BUILD: "${{ matrix.python }}-${{ matrix.platform[1] }}"

Check failure on line 21 in .github/workflows/wheels.yml

View workflow run for this annotation

GitHub Actions / wheels

Invalid workflow file

The workflow is not valid. .github/workflows/wheels.yml (Line: 21, Col: 11): A mapping was not expected
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28_x86_64"
CIBW_BEFORE_ALL_LINUX: "dnf install -y clang libffi-devel eigen3-devel"