优化 Python 脚本运行步骤,移除虚拟环境创建和安装命令,直接同步
All checks were successful
Sync Container Images / sync-images (push) Successful in 41s
All checks were successful
Sync Container Images / sync-images (push) Successful in 41s
This commit is contained in:
parent
e266cc40a1
commit
dd4ede43f2
3
.github/workflows/sync.yaml
vendored
3
.github/workflows/sync.yaml
vendored
@ -47,7 +47,6 @@ jobs:
|
||||
|
||||
- name: Run Python script
|
||||
run: |
|
||||
uv venv --python 3.12
|
||||
uv install
|
||||
uv sync
|
||||
uv run python sync.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user