Skip to content

Commit 97a44c7

Browse files
committed
fix bugs
1 parent 8afbb79 commit 97a44c7

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 dependencies and linters
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install ruff bandit mypy pytest codespell -r requirements.txt || pip install --editable .
29+
pip install ruff bandit mypy pytest codespell
3030
3131
- name: Run Ruff checks with ignored rules
3232
run: |

0 commit comments

Comments
 (0)