Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Dec 4, 2023
1 parent c9d9220 commit 22caa5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
# uses: isort/isort-action@master

- name: Check formatting with black
run: |
python3 -m pip install black
black --check --diff asciinema_automation tests
uses: psf/black@stable

- name: Check building a binary wheel and a source tarball
run: |
Expand Down

0 comments on commit 22caa5a

Please sign in to comment.