Update ci.yml

This commit is contained in:
Christian Clauss 2022-07-11 22:46:48 +02:00 committed by GitHub
parent 1e66c2d38d
commit 77a100b41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
with:
src: ffmpeg # TODO: also format `examples`.