Skip to content

chore: add Context7 ownership keys to context7.json #37

chore: add Context7 ownership keys to context7.json

chore: add Context7 ownership keys to context7.json #37

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