From e1f2933ee9a90f2e66337f989ea2c1992ea15c6a Mon Sep 17 00:00:00 2001 From: dunossauro Date: Mon, 13 Jan 2025 00:28:45 -0300 Subject: [PATCH] install ffmpeg on ci --- .github/workflows/pipeline.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ce027e7..330521e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -16,6 +16,12 @@ jobs: with: python-version: '3.11.1' + - name: Update ubuntu + run: sudo apt update + + - name: Install ffmpeg + run: sudo apt install ffmpeg -y + - name: Install poetry run: pipx install --python python3.11 poetry