mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Update FedericoCarboni/setup-ffmpeg action to v3 (#6941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
459c5dc989
commit
de603edfe2
2
.github/actions/install-all-deps/action.yml
vendored
2
.github/actions/install-all-deps/action.yml
vendored
@ -45,7 +45,7 @@ runs:
|
||||
python -m pip install -e client/python
|
||||
python -m pip install -e .
|
||||
- name: Install ffmpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@v2
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
- name: install-frontend
|
||||
uses: "./.github/actions/install-frontend-deps"
|
||||
with:
|
||||
|
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
@ -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@v2
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
- 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@v2
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
- name: Lint (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user