We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923f45 commit 8a41199Copy full SHA for 8a41199
.github/workflows/CI-test.yml
@@ -22,7 +22,7 @@ jobs:
22
CI:
23
strategy:
24
matrix:
25
- os-version: ["ubuntu-20.04", "windows-latest", "macos-13"]
+ os-version: ["ubuntu-20.04", "windows-latest", "macos-14"]
26
python-version: ["3.9"]
27
poetry-version: ["1.8.3"]
28
@@ -40,15 +40,13 @@ jobs:
40
with:
41
poetry-version: ${{ matrix.poetry-version }}
42
43
- - uses: FedericoCarboni/setup-ffmpeg@v3
44
- id: setup-ffmpeg
45
- with:
46
- ffmpeg-version: release
+ - name: Setup FFmpeg
+ uses: AnimMouse/setup-ffmpeg@v1
47
48
- name: Test
49
run: |
50
pip install numpy==1.26.4
51
- pip install pre-commit pytest mypy ruff types-requests pytest-cov pytest-asyncio coverage pydantic openai openai-whisper httpx tenacity pysubs2
+ poetry install
52
53
make lint
54
make test
0 commit comments