pip install build
This commit is contained in:
parent
2e1ad2127b
commit
79e5129dc6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/package.yaml
vendored
1
.github/workflows/package.yaml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Wheel
|
- name: Build Wheel
|
||||||
run: |
|
run: |
|
||||||
|
pip install -e .[build]
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
cp dist/*.whl docker/root
|
cp dist/*.whl docker/root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue