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 12, 2024
1 parent 831112d commit 293dcc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
pip install --no-cache-dir --upgrade pip==24.0
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir torch torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
pip uninstall torch torchvision torchaudio -y
pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
- name: Установка ffmpeg
run: |
Expand Down Expand Up @@ -62,7 +63,8 @@ jobs:
run: |
pip install --no-cache-dir --upgrade pip==24.0
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir torch torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
pip uninstall torch torchvision torchaudio -y
pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
- name: Установка ffmpeg
run: |
Expand Down

0 comments on commit 293dcc5

Please sign in to comment.