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 Sep 10, 2024
1 parent fc061bd commit 0d1c117
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- name: Проверка кода
Expand All @@ -28,8 +28,12 @@ jobs:
- name: Установка зависимостей
run: |
pip install --upgrade pip==23.1
pip install --no-cache-dir --no-deps -r requirements-test.txt
pip install --no-cache-dir torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
pip install --no-cache-dir -r requirements.txt
- name: Установка ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Установка необходимых моделей
run: |
Expand All @@ -50,7 +54,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- name: Проверка кода
Expand All @@ -64,8 +68,12 @@ jobs:
- name: Установка зависимостей
run: |
pip install --upgrade pip==23.1
pip install --no-cache-dir --no-deps -r requirements-test.txt
pip install --no-cache-dir torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
pip install --no-cache-dir -r requirements.txt
- name: Установка ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Установка необходимых моделей
run: |
Expand Down

0 comments on commit 0d1c117

Please sign in to comment.