Skip to content

Commit

Permalink
Changed black version in formatting CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwvdnbro authored Mar 15, 2022
1 parent 179fa3e commit ed3d814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

# Installs required Python modules
- name: Install Python modules
run: python3 -m pip install black==21.12b0

run: python3 -m pip install black==22.1.0
# Runs the formatting script
- name: Formatting
run: bash format.sh --check

0 comments on commit ed3d814

Please sign in to comment.