Skip to content

Commit

Permalink
Upgrade black version to 22.3.0 to fix issue with click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon committed Mar 31, 2022
1 parent 9c88bbc commit d9c9bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-charmed-katib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
set -eux
sudo apt update
sudo apt install python3-setuptools
sudo pip3 install black==20.8b1 flake8
sudo pip3 install black==22.3.0 flake8
- name: Check black
run: black --check operators
Expand Down

0 comments on commit d9c9bc1

Please sign in to comment.