Update python-package.yml

This commit is contained in:
Jamie Hardt
2026-04-03 10:41:38 -07:00
committed by GitHub
parent 6bc3636814
commit 8e56a1aeb2

View File

@@ -19,9 +19,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v2.5.0
- uses: actions/checkout@v6.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v6.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
python -m pip install --group dev
python -m pip install .
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
uses: federicocarboni/setup-ffmpeg@v3.1
- name: Test with pytest
run: |
pytest