Skip to content

Commit

Permalink
Update test_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Nov 9, 2024
1 parent 3f32344 commit 80aa1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Установка необходимых моделей
run: |
python download_models.py
python3 -m rvc.modules.model_manager "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi"
python3 -m tabs.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi"
- name: Установка аудио для теста
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Установка необходимых моделей
run: |
python download_models.py
python3 -m rvc.modules.model_manager "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi"
python3 -m tabs.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi"
- name: Запуск скрипта tts_cli
run: |
Expand Down

0 comments on commit 80aa1eb

Please sign in to comment.