Fix syntax

This commit is contained in:
Hugo van Kemenade 2024-01-04 00:30:46 -07:00 committed by Andrew Murray
parent 60e82e5a3f
commit 46db79abe1

View File

@ -124,6 +124,7 @@ jobs:
python3 -m pip install -r .ci/requirements-cibw.txt python3 -m pip install -r .ci/requirements-cibw.txt
- name: Build wheels - name: Build wheels
run: |
python3 -m cibuildwheel --output-dir wheelhouse python3 -m cibuildwheel --output-dir wheelhouse
env: env:
CIBW_ARCHS: ${{ matrix.cibw_arch }} CIBW_ARCHS: ${{ matrix.cibw_arch }}