Install build dependencies
This commit is contained in:
parent
d74800da52
commit
d4912a80da
1 changed files with 4 additions and 0 deletions
4
.github/workflows/wheels.yaml
vendored
4
.github/workflows/wheels.yaml
vendored
|
@ -22,6 +22,10 @@ jobs:
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: python -m pip install cibuildwheel==2.12.1
|
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
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
# to supply options, put them in 'env', like:
|
# to supply options, put them in 'env', like:
|
||||||
|
|
Loading…
Reference in a new issue