We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e95f36 commit ba264c5Copy full SHA for ba264c5
1 file changed
.github/main.workflow
@@ -1,9 +1,9 @@
1
-workflow "Python Install" {
+workflow "build_test" {
2
on = "push"
3
- resolves = ["Install Python 2.7.15"]
+ resolves = ["build_test"]
4
}
5
6
-action "Install Python 2.7.15" {
7
- uses = "custom"
+action "build_test" {
+ uses = "docker://circleci/python:2.7.14"
8
runs = "python test_helloworld.py"
9
0 commit comments