Skip to content

Commit d98ebb9

Browse files
authored
Fix CI: Update black version to match requirements.txt (#1150)
black 22.1.0 is not compatible with current `click`. black 22.3.0 is. and it's the same version as the requirements.txt
1 parent a8ae49c commit d98ebb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Ensure files are formatted with black
1414
run: |
1515
pip install --upgrade pip
16-
pip install black==22.1.0
16+
pip install black~=22.3.0
1717
black --check --diff ./examples
1818
docker-image:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)