Revert install ffmpeg action to version 2 (#7039)

This commit is contained in:
Freddy Boulton 2024-01-17 03:37:10 +05:30 committed by GitHub
parent f2d69fc7d0
commit 13dc8b0f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ runs:
python -m pip install -e client/python
python -m pip install -e .
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
uses: FedericoCarboni/setup-ffmpeg@v2
- name: install-frontend
uses: "./.github/actions/install-frontend-deps"
with:

View File

@ -106,7 +106,7 @@ jobs:
. venv/bin/activate
python -m pip install -r client/python/test/requirements.txt
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Install Gradio and Client Libraries Locally (Linux)
if: runner.os == 'Linux'
run: |
@ -207,7 +207,7 @@ jobs:
. venv/bin/activate
bash scripts/install_test_requirements.sh
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Lint (Linux)
if: runner.os == 'Linux'
run: |