Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 committed Nov 10, 2024
1 parent 4fd429e commit ff870fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit ff870fc

Please sign in to comment.