File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 55#
66# Workflow input parameters:
77# * General arguments:
8- # * upload_artifact_name: The option 'name' of reusable action 'actions/upload-artifact@v3'.
9- # * upload_artifact_path: The option 'path' of reusable action 'actions/upload-artifact@v3'.
8+ # * python_package_name: The Python package name.
9+ # * test_import_package_code_1: Test for importing the Python package.
10+ # * test_import_package_code_2: Test for importing the Python package.
11+ # * test_import_package_code_3: Run a Python script for testing the Python package.
12+ # * test_python_script: Test for importing the Python package.
1013#
1114# Workflow running output:
1215# No and do nothing.
6063 pip3 install wheel
6164 pip install -U -r ./requirements/requirements-test.txt
6265
63- - name : Install SmoothCrawler with by setup.py
66+ - name : Install Python package by setup.py
6467 run : python3 setup.py install --user || exit 1
6568
6669 - name : Show the Python package information
You can’t perform that action at this time.
0 commit comments