Skip to content

Commit

Permalink
remove ffpmeg version specification in workflow file
Browse files Browse the repository at this point in the history
This means that, currently, Github actions will be using version 7 of ffmpeg, while locally ffmpeg 4 will be installed. This is because ffmpeg 6 gives errors, and ffmpeg 7 is not available, yet, using conda. We will change this in the near future.
  • Loading branch information
carienmol committed Nov 26, 2024
1 parent 98a5b42 commit 39f3c29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- uses: actions/checkout@v4
- name: setup-ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: 4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 39f3c29

Please sign in to comment.