mirror of https://github.com/coqui-ai/TTS.git
config update
parent
d6f6d24fa6
commit
58f6b34f8b
|
@ -26,7 +26,6 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install espeak git
|
sudo apt install espeak git
|
||||||
# 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: |
|
- run: |
|
||||||
|
@ -34,14 +33,14 @@ jobs:
|
||||||
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
|
cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto
|
||||||
- run: nosetests tests --nocapture
|
- run: nosetests tests --nocapture
|
||||||
- run: |
|
- run: |
|
||||||
./tests/test_server_package.sh
|
sudo ./tests/test_server_package.sh
|
||||||
./tests/test_glow-tts_train.sh
|
sudo ./tests/test_glow-tts_train.sh
|
||||||
./tests/test_server_package.sh
|
sudo ./tests/test_server_package.sh
|
||||||
./tests/test_tacotron_train.sh
|
sudo ./tests/test_tacotron_train.sh
|
||||||
./tests/test_vocoder_gan_train.sh
|
sudo ./tests/test_vocoder_gan_train.sh
|
||||||
./tests/test_vocoder_wavegrad_train.sh
|
sudo ./tests/test_vocoder_wavegrad_train.sh
|
||||||
./tests/test_vocoder_wavernn_train.sh
|
sudo ./tests/test_vocoder_wavernn_train.sh
|
||||||
./tests/test_speedy_speech_train.sh
|
sudo ./tests/test_speedy_speech_train.sh
|
||||||
|
|
||||||
test-3.7:
|
test-3.7:
|
||||||
<<: *test-template
|
<<: *test-template
|
||||||
|
|
Loading…
Reference in New Issue