Skip to content

Commit 28fdceb

Browse files
Tenzersebastinas
authored andcommitted
Don't install codespell in the black formatting stage of CI
1 parent ea439e4 commit 28fdceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install black codespell
17+
pip install black
1818
- name: Check with black
1919
run: black --check .
2020

0 commit comments

Comments
 (0)