Skip to content

Commit ba264c5

Browse files
committed
updated gh action lets see
1 parent 5e95f36 commit ba264c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/main.workflow

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
workflow "Python Install" {
1+
workflow "build_test" {
22
on = "push"
3-
resolves = ["Install Python 2.7.15"]
3+
resolves = ["build_test"]
44
}
55

6-
action "Install Python 2.7.15" {
7-
uses = "custom"
6+
action "build_test" {
7+
uses = "docker://circleci/python:2.7.14"
88
runs = "python test_helloworld.py"
99
}

0 commit comments

Comments
 (0)