Update build_wheels.yml
This commit is contained in:
parent
66e8ce112b
commit
c27a576c51
8
.github/workflows/build_wheels.yml
vendored
8
.github/workflows/build_wheels.yml
vendored
|
@ -21,6 +21,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install cibuildwheel==1.6.4
|
python -m pip install cibuildwheel==1.6.4
|
||||||
|
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
|
apt update
|
||||||
|
apt install gcc g++
|
||||||
|
fi
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
run: python -m cibuildwheel --output-dir dist/
|
run: python -m cibuildwheel --output-dir dist/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user