Install build dependencies

This commit is contained in:
Andrei Betlen 2023-04-07 03:18:56 -04:00
parent d74800da52
commit d4912a80da

View file

@ -22,6 +22,10 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.1
- name: Install dependencies
run: |
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like: