Skip to content

Commit bf7c558

Browse files
authored
Update Python CI.yml
1 parent 964990e commit bf7c558

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/Python CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python CI
22
on: [pull_request, push]
33
jobs:
4-
CI_Build:
4+
Build:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout code
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install check dependencies
1818
run: |
1919
python -m pip install --upgrade pip wheel
20-
pip install bandit ruff mypy safety codespell
20+
pip install bandit ruff mypy codespell
2121
2222
- name: Run Codespell
2323
run: codespell --config pyproject.toml || true
@@ -30,9 +30,7 @@ jobs:
3030

3131
- name: Run Ruff (formatting check)
3232
run: ruff format --check . --config pyproject.toml
33-
34-
35-
33+
3634
- name: Setup Mypy cache
3735
run: mkdir -p .mypy_cache
3836

0 commit comments

Comments
 (0)