Skip to content

Commit

Permalink
Install FFmpeg as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Mar 17, 2024
1 parent 64d3288 commit 3126b11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'

- uses: FedericoCarboni/setup-ffmpeg@v3
# install ffmpeg as special requirement
id: setup-ffmpeg
with:
ffmpeg-version: release
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}

- name: Install dependencies
# install all requirements
run: |
Expand Down

0 comments on commit 3126b11

Please sign in to comment.