Skip to content

Commit 8a41199

Browse files
authored
ci: update CI-test (#20)
1 parent 8923f45 commit 8a41199

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/CI-test.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
CI:
2323
strategy:
2424
matrix:
25-
os-version: ["ubuntu-20.04", "windows-latest", "macos-13"]
25+
os-version: ["ubuntu-20.04", "windows-latest", "macos-14"]
2626
python-version: ["3.9"]
2727
poetry-version: ["1.8.3"]
2828

@@ -40,15 +40,13 @@ jobs:
4040
with:
4141
poetry-version: ${{ matrix.poetry-version }}
4242

43-
- uses: FedericoCarboni/setup-ffmpeg@v3
44-
id: setup-ffmpeg
45-
with:
46-
ffmpeg-version: release
43+
- name: Setup FFmpeg
44+
uses: AnimMouse/setup-ffmpeg@v1
4745

4846
- name: Test
4947
run: |
5048
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
49+
poetry install
5250
5351
make lint
5452
make test

0 commit comments

Comments
 (0)