优化 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
|
- name: Run Python script
|
||||||
run: |
|
run: |
|
||||||
uv venv --python 3.12
|
uv sync
|
||||||
uv install
|
|
||||||
uv run python sync.py
|
uv run python sync.py
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user