Skip to content

Commit ecc476e

Browse files
committed
Use latest version of black from conda-forge
1 parent c0e1976 commit ecc476e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v2
5454
- name: Check code style with black
5555
run: |
56-
$CONDA/bin/conda install black
56+
$CONDA/bin/conda install -c conda-forge black
5757
$CONDA/bin/black --check .
5858
- name: Check code style with isort
5959
run: |

0 commit comments

Comments
 (0)