Skip to content

Commit

Permalink
disable ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Oct 2, 2024
1 parent 22221bf commit 6c1c5bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install FFmpeg
if: ${{ matrix.marker != 'not llm' }}
run: sudo apt install -y ffmpeg
# - name: Install FFmpeg
# if: ${{ matrix.marker != 'not llm' }}
# run: sudo apt install -y ffmpeg
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6c1c5bf

Please sign in to comment.