Skip to content

Commit 190dac4

Browse files
committed
fix
1 parent 7813768 commit 190dac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install all dependencies and tools
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install ruff bandit mypy pytest codespell requests-mock
29+
pip install ruff bandit mypy pytest codespell requests-mock colorama
3030
3131
- name: Run Codespell check
3232
run: codespell --skip "*.json,*.txt,*.pdf" || true

0 commit comments

Comments
 (0)