From 58f6b34f8bbec7e3b976bd634eee3c6d9109aa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Fri, 22 Jan 2021 14:50:20 +0100 Subject: [PATCH] config update --- .circleci/config.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d2a0dfc..8aba5c75 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,6 @@ jobs: - run: | sudo apt update 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 -e . - run: | @@ -34,14 +33,14 @@ jobs: cardboardlinter --refspec ${CIRCLE_BRANCH} -n auto - run: nosetests tests --nocapture - run: | - ./tests/test_server_package.sh - ./tests/test_glow-tts_train.sh - ./tests/test_server_package.sh - ./tests/test_tacotron_train.sh - ./tests/test_vocoder_gan_train.sh - ./tests/test_vocoder_wavegrad_train.sh - ./tests/test_vocoder_wavernn_train.sh - ./tests/test_speedy_speech_train.sh + sudo ./tests/test_server_package.sh + sudo ./tests/test_glow-tts_train.sh + sudo ./tests/test_server_package.sh + sudo ./tests/test_tacotron_train.sh + sudo ./tests/test_vocoder_gan_train.sh + sudo ./tests/test_vocoder_wavegrad_train.sh + sudo ./tests/test_vocoder_wavernn_train.sh + sudo ./tests/test_speedy_speech_train.sh test-3.7: <<: *test-template