mirror of https://github.com/coqui-ai/TTS.git
ci config update
This commit is contained in:
parent
9a48ba3821
commit
d01546de42
|
@ -33,7 +33,6 @@ jobs:
|
||||||
python3 setup.py egg_info
|
python3 setup.py egg_info
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --quiet --upgrade cardboardlint pylint
|
|
||||||
cardboardlinter --refspec ${GITHUB_BASE_REF} -n auto
|
cardboardlinter --refspec ${GITHUB_BASE_REF} -n auto
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
|
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
|
||||||
|
|
Loading…
Reference in New Issue