Skip to content

Commit 556794b

Browse files
committed
```
ci(template-python-build-release): 移除冗余的依赖下载日志和Python设置步骤 移除了工作流中不必要的依赖下载后日志输出步骤,以及重复的Python环境设置步骤, 以简化CI流程并提高执行效率。 ```
1 parent db93f2f commit 556794b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/template-python-build-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
8585
with:
8686
name: deps-artifact
8787
path: ${{ inputs.download-dependencies-path }}
88-
run: |
89-
echo "Downloaded dependencies artifact "
90-
ls -R ${{ inputs.download-dependencies-path }}
9188

9289
- name: Set up Python
9390
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)