We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e1976 commit ecc476eCopy full SHA for ecc476e
1 file changed
.github/workflows/on-push.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v2
54
- name: Check code style with black
55
run: |
56
- $CONDA/bin/conda install black
+ $CONDA/bin/conda install -c conda-forge black
57
$CONDA/bin/black --check .
58
- name: Check code style with isort
59
0 commit comments