Skip to content

Commit 67cd52f

Browse files
author
hubert
committed
chore: run python -u in workflow
1 parent 1f81717 commit 67cd52f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
FEISHU_WEBHOOK: ${{ secrets.FEISHU_WEBHOOK }}
9494
WEIXIN_WEBHOOK: ${{ secrets.WEIXIN_WEBHOOK }}
9595
run: |
96-
uv run main.py
96+
uv run python -u main.py
9797
9898
- name: 执行结果
9999
if: always()

0 commit comments

Comments
 (0)