Commit 1712baf
committed
ci: add minimal installation test to workflow
Add a new test step to verify that the package can be installed
with minimal dependencies and that basic functionality works
after installation.
This test creates a temporary environment, installs only the
default dependencies, and tests basic import and version
printing to catch issues with optional dependency handling.
////
添加最小安装测试到工作流程
在工作流程中添加了一个新测试步骤,以验证包可以在仅安装最小依赖的情况下进行安装,
并在安装后测试基本功能是否正常工作。
此测试创建一个临时环境,仅安装默认依赖项,然后测试基本导入和版本打印,
以捕获可选依赖项处理方面的问题。
Change-Id: I323d7910209b4b2e37e6c867332fe726d593b8c3
Signed-off-by: OhYee <[email protected]>1 parent 2f78dc2 commit 1712baf
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
| |||
0 commit comments