Skip to content

Commit 7813768

Browse files
committed
fix pytest error
1 parent cc470f8 commit 7813768

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
29+
pip install ruff bandit mypy pytest codespell requests-mock
3030
3131
- name: Run Codespell check
3232
run: codespell --skip "*.json,*.txt,*.pdf" || true

0 commit comments

Comments
 (0)