Skip to content

Commit d4f71bb

Browse files
committed
fixing CI run with black (do not pin version)
Signed-off-by: vsoch <[email protected]>
1 parent a38126b commit d4f71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
export PATH="/usr/share/miniconda/bin:$PATH"
2222
source activate black
23-
pip install black==21.6b0
23+
pip install black
2424
black --check scompose
2525
2626
- name: Check imports with pyflakes

0 commit comments

Comments
 (0)