Skip to content

Commit 5f1e79e

Browse files
committed
Modify the shell for testing within Python.
1 parent c14fdf7 commit 5f1e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
build-type: poetry
123123
python_package_name: Test-GitHub-Action-workflow
124124
test_shell: echo 'Test running'
125-
test_shell_in_python: import test_gh_workflow
125+
test_shell_in_python: from test_gh_workflow import sample
126126
test_python_script: ./scripts/ci/test/test_pgk_install.py
127127

128128

0 commit comments

Comments
 (0)