We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0f384 commit 08022ffCopy full SHA for 08022ff
1 file changed
.github/main.workflow
@@ -5,5 +5,5 @@ workflow "build_test" {
5
6
action "build_test01" {
7
uses = "docker://circleci/python:2.7.14"
8
- runs = "python test_helloworld.py"
+ runs = "./python test_helloworld.py"
9
}
0 commit comments