mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Fix Black in GHA for Python 2.7
(At least until Python 2.7 support is finally eliminated)
This commit is contained in:
parent
fc41f4aa84
commit
ecd1fd115e
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -38,7 +38,8 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
|
- name: Black
|
||||||
with:
|
run: |
|
||||||
src: ffmpeg # TODO: also format `examples`.
|
# TODO: use standard `psf/black` action after dropping Python 2 support.
|
||||||
version: 21.12b0
|
pip install black==21.12b0 click==8.0.2 # https://stackoverflow.com/questions/71673404
|
||||||
|
black ffmpeg --check --color --diff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user