Skip to content

Commit

Permalink
Remove tortoise
Browse files Browse the repository at this point in the history
  • Loading branch information
WeberJulian committed Dec 11, 2023
1 parent b40750d commit 605a857
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/zoo_tests_tortoise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ on:
types: [opened, synchronize, reopened]
jobs:
check_skip:
# always skip this job while tortoise zoo is not fixed
if: false
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: echo "${{ github.event.head_commit.message }}"
- name: Check skip
run: echo "Skipping zoo-tests-tortoise"

# if: "! contains(github.event.head_commit.message, '[ci skip]')"
# steps:
# - run: echo "${{ github.event.head_commit.message }}"

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tests/zoo_tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

MODELS_WITH_SEP_TESTS = [
"tts_models/multilingual/multi-dataset/bark",
"tts_models/en/multi-dataset/tortoise-v2",
# "tts_models/en/multi-dataset/tortoise-v2",
"tts_models/multilingual/multi-dataset/xtts_v1.1",
"tts_models/multilingual/multi-dataset/xtts_v2",
]
Expand Down

0 comments on commit 605a857

Please sign in to comment.