mirror of https://github.com/coqui-ai/TTS.git
Add install requirements
This commit is contained in:
parent
924dbbad50
commit
0aa71c41ca
|
@ -49,6 +49,8 @@ jobs:
|
||||||
# uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
|
# uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
|
||||||
# with:
|
# with:
|
||||||
# python-versions: 'cp37-cp37m'
|
# python-versions: 'cp37-cp37m'
|
||||||
|
- run:
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
- run:
|
- run:
|
||||||
python setup.py bdist_wheel --plat-name=manylinux1_x86_64
|
python setup.py bdist_wheel --plat-name=manylinux1_x86_64
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in New Issue