Skip to content

Commit

Permalink
specified black version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli committed Jul 12, 2022
1 parent 6e73fca commit c15ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
with:
python-version: '3.8'
- run: pip install .
- run: pip install black
- run: pip install black==22.6.0
- run: black tobac --check

0 comments on commit c15ad8d

Please sign in to comment.