From ff870fc5f7a501b4321894b888eed0c263019f7e Mon Sep 17 00:00:00 2001 From: Politrees <143968312+Bebra777228@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:24:42 +0500 Subject: [PATCH] fix workflows --- .github/workflows/test_cli.yml | 4 ++-- .github/workflows/test_links.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_cli.yml b/.github/workflows/test_cli.yml index d6efbc1..a1e723c 100644 --- a/.github/workflows/test_cli.yml +++ b/.github/workflows/test_cli.yml @@ -35,7 +35,7 @@ jobs: - name: Установка необходимых моделей run: | python download_models.py - python3 -m tabs.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi" + python3 -m tabs.install.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi" - name: Установка аудио для теста run: | @@ -72,7 +72,7 @@ jobs: - name: Установка необходимых моделей run: | python download_models.py - python3 -m tabs.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi" + python3 -m tabs.install.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "Tsoi" - name: Запуск скрипта tts_cli run: | diff --git a/.github/workflows/test_links.yml b/.github/workflows/test_links.yml index c460077..84edeab 100644 --- a/.github/workflows/test_links.yml +++ b/.github/workflows/test_links.yml @@ -6,13 +6,13 @@ on: - dev/PolGen-Lite paths: - '.github/workflows/test_links.yml' - - 'tabs/install.py' + - 'tabs/install/install.py' pull_request: branches: - dev/PolGen-Lite paths: - '.github/workflows/test_links.yml' - - 'tabs/install.py' + - 'tabs/install/install.py' jobs: check-links: @@ -34,20 +34,20 @@ jobs: - name: Google Drive run: | - python3 -m tabs.install "https://drive.google.com/file/d/1lVQuCq5sQXRnAb_Z6m0nKb9305aePowy/view?usp=sharing" "test1" + python3 -m tabs.install.install "https://drive.google.com/file/d/1lVQuCq5sQXRnAb_Z6m0nKb9305aePowy/view?usp=sharing" "test1" - name: HuggingFace run: | - python3 -m tabs.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "test2" + python3 -m tabs.install.install "https://huggingface.co/Politrees/Victor_Tsoi/resolve/main/Victor_Tsoi.zip?download=true" "test2" #- name: Pixeldrain # run: | - # python3 -m tabs.install "https://pixeldrain.com/u/mN7BsdZb" "test3" + # python3 -m tabs.install.install "https://pixeldrain.com/u/mN7BsdZb" "test3" - name: Mega run: | - python3 -m tabs.install "https://mega.nz/file/vgMBFB5I#-ZUtYEvV-OImhRjs9b1UpFyE2lm-BuEbODD3N9b3sg4" "test4" + python3 -m tabs.install.install "https://mega.nz/file/vgMBFB5I#-ZUtYEvV-OImhRjs9b1UpFyE2lm-BuEbODD3N9b3sg4" "test4" - name: Яндекс Диск run: | - python3 -m tabs.install "https://disk.yandex.ru/d/njvq8NEQgS2OhQ" "test5" + python3 -m tabs.install.install "https://disk.yandex.ru/d/njvq8NEQgS2OhQ" "test5"