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 64bda03 commit 1437b3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
pip install -r requirements.txt
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121
- name: Установка ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Установка необходимых моделей
run: |
python download_models.py
Expand Down Expand Up @@ -59,6 +64,11 @@ jobs:
pip install --no-cache-dir -r requirements.txt
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121
- name: Установка ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Установка необходимых моделей
run: |
python download_models.py
Expand Down

0 comments on commit 1437b3a

Please sign in to comment.