Skip to content

feat: keep_original_sound on video_to_video_music and video_to_video_… #64

feat: keep_original_sound on video_to_video_music and video_to_video_…

feat: keep_original_sound on video_to_video_music and video_to_video_… #64

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: sudo apt-get update && sudo apt-get install -y ffmpeg
- run: pip install -e ".[dev]" -e "./sonilo-video-kit[dev]" -e "./sonilo-cli[dev]"
- run: pytest
- run: pytest sonilo-video-kit
- run: pytest sonilo-cli