mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
parent
ed70f2e619
commit
1e66c2d38d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install ffmpeg
|
- name: Install ffmpeg
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
black:
|
black:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
|
- uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
|
||||||
with:
|
with:
|
||||||
src: ffmpeg # TODO: also format `examples`.
|
src: ffmpeg # TODO: also format `examples`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user