Skip to content

Commit 2a1c513

Browse files
committed
[Breaking Change] (config) Modify the workflow description.
1 parent 185439e commit 2a1c513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-building_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
##############################################################################################
1+
###################################################################################################################
22
#
33
# Workflow Description:
4-
# Build the Python source code to be Python package.
4+
# Test Python package by simple way, i.e., import modules, after running setup.py script to install package.
55
#
66
# Workflow input parameters:
77
# * General arguments:
@@ -14,9 +14,9 @@
1414
# Workflow running output:
1515
# No and do nothing.
1616
#
17-
##############################################################################################
17+
###################################################################################################################
1818

19-
name: Build and compile the code to be Python package
19+
name: Running pre-testing before building with running setup.py script
2020

2121
on:
2222
workflow_call:

0 commit comments

Comments
 (0)