File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,7 @@ jobs:
123123 uses : ./.github/workflows/pre-building_test.yaml
124124 with :
125125 python_package_name : Test-GitHub-Action-workflow
126- test_import_package_code_1 : import test_gh_workflow
127- test_import_package_code_2 : from test_gh_workflow import sample
128- test_import_package_code_3 : sample.hello_python()
126+ test_shell_in_python : from test_gh_workflow import sample
129127 test_python_script : ./scripts/ci/test/test_pgk_install.py
130128
131129
Original file line number Diff line number Diff line change 9898 uses : ./.github/workflows/pre-building_test.yaml
9999 with :
100100 python_package_name : Test-GitHub-Action-workflow
101- test_import_package_code_1 : import test_gh_workflow
102- test_import_package_code_2 : from test_gh_workflow import sample
103- test_import_package_code_3 : sample.hello_python()
101+ test_shell_in_python : from test_gh_workflow import sample
104102 test_python_script : ./scripts/ci/test/test_pgk_install.py
105103
106104
You can’t perform that action at this time.
0 commit comments