mirror of https://github.com/coqui-ai/TTS.git
config fix
This commit is contained in:
parent
503ae3ee76
commit
d6f6d24fa6
|
@ -29,7 +29,8 @@ jobs:
|
||||||
# so we can take advantage of pyproject.toml build-dependency support
|
# so we can take advantage of pyproject.toml build-dependency support
|
||||||
- run: sudo pip install --upgrade pip
|
- run: sudo pip install --upgrade pip
|
||||||
- run: sudo pip install -e .
|
- run: sudo pip install -e .
|
||||||
- run: sudo pip install --quiet --upgrade cardboardlint pylint
|
- run: |
|
||||||
|
sudo pip install --quiet --upgrade cardboardlint pylint
|
||||||
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
|
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
|
||||||
- run: nosetests tests --nocapture
|
- run: nosetests tests --nocapture
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in New Issue