Skip to content

Commit 9852d67

Browse files
authored
更新 python.yml
1 parent 85d6075 commit 9852d67

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run Bandit security scan
3535
run: bandit -r . --skip B101,B105 || true
3636

37-
- name: Run Pytest tests
37+
- name: Run Pytest tests || true
3838
run: pytest
3939

4040
- name: Run Ruff checks with ignored rules

0 commit comments

Comments
 (0)