优化 Python 脚本运行步骤,移除虚拟环境创建和安装命令,直接同步
All checks were successful
Sync Container Images / sync-images (push) Successful in 41s

This commit is contained in:
远野千束 2025-04-17 20:21:08 +08:00
parent e266cc40a1
commit dd4ede43f2

View File

@ -47,7 +47,6 @@ jobs:
- name: Run Python script
run: |
uv venv --python 3.12
uv install
uv sync
uv run python sync.py