pip install build

This commit is contained in:
jbannon 2022-06-02 04:42:34 +00:00
parent 2e1ad2127b
commit 79e5129dc6

View file

@ -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