File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ jobs:
118
118
steps :
119
119
- uses : actions/checkout@v3
120
120
- uses : ruby/setup-ruby@v1
121
+ - uses : actions/setup-python@v4
122
+ with :
123
+ python-version : ' 3.7'
121
124
- name : Setup quickstart
122
125
env :
123
126
LEGACY : true
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ jobs:
128
128
steps :
129
129
- uses : actions/checkout@v3
130
130
- uses : ruby/setup-ruby@v1
131
+ - uses : actions/setup-python@v4
132
+ with :
133
+ python-version : ' 3.7'
131
134
- name : Setup quickstart
132
135
run : scripts/setup_quickstart.sh crashlytics
133
136
env :
Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ jobs:
120
120
steps :
121
121
- uses : actions/checkout@v3
122
122
- uses : ruby/setup-ruby@v1
123
+ - uses : actions/setup-python@v4
124
+ with :
125
+ python-version : ' 3.7'
123
126
- name : Setup quickstart
124
127
run : scripts/setup_quickstart.sh DynamicLinks
125
128
- name : Install Secret GoogleService-Info.plist
Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ jobs:
145
145
steps :
146
146
- uses : actions/checkout@v3
147
147
- uses : ruby/setup-ruby@v1
148
+ - uses : actions/setup-python@v4
149
+ with :
150
+ python-version : ' 3.7'
148
151
- name : Setup quickstart
149
152
run : scripts/setup_quickstart.sh functions
150
153
- name : install secret googleservice-info.plist
Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ jobs:
123
123
steps :
124
124
- uses : actions/checkout@v3
125
125
- uses : ruby/setup-ruby@v1
126
+ - uses : actions/setup-python@v4
127
+ with :
128
+ python-version : ' 3.7'
126
129
- name : Setup quickstart
127
130
run : scripts/setup_quickstart.sh installations
128
131
- name : Copy mock plist
Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ jobs:
160
160
steps :
161
161
- uses : actions/checkout@v3
162
162
- uses : ruby/setup-ruby@v1
163
+ - uses : actions/setup-python@v4
164
+ with :
165
+ python-version : ' 3.7'
163
166
- name : Setup quickstart
164
167
run : scripts/setup_quickstart.sh messaging
165
168
- name : Install Secret GoogleService-Info.plist
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ jobs:
103
103
steps :
104
104
- uses : actions/checkout@v3
105
105
- uses : ruby/setup-ruby@v1
106
+ - uses : actions/setup-python@v4
107
+ with :
108
+ python-version : ' 3.7'
106
109
- name : Setup quickstart
107
110
run : scripts/setup_quickstart.sh performance
108
111
- name : Install Secret GoogleService-Info.plist
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ jobs:
147
147
steps :
148
148
- uses : actions/checkout@v3
149
149
- uses : ruby/setup-ruby@v1
150
+ - uses : actions/setup-python@v4
151
+ with :
152
+ python-version : ' 3.7'
150
153
- name : Setup quickstart
151
154
run : scripts/setup_quickstart.sh storage
152
155
- name : Install Secret GoogleService-Info.plist
You can’t perform that action at this time.
0 commit comments