26
26
- run : apt update && apt install -y bc jq lsof
27
27
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
28
28
- run : (cd .circleci/ && ./installJava.sh)
29
+ - run : python3 -m pip install pip setuptools --upgrade
29
30
- run : make dev-install
30
31
- run : (cd .circleci/ && ./doUnitTests.sh << parameters.cdi-version >>)
31
32
- store_test_results :
49
50
- run : (cd .circleci/ && ./installJava.sh)
50
51
- run : (cd .circleci/ && ./installNode.sh 20)
51
52
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
53
+ - run : python3 -m pip install pip setuptools --upgrade
52
54
- run : python3 -m pip install -r dev-requirements.txt
53
55
- run : (cd .circleci/ && ./doBackendSDKTests.sh << parameters.cdi-version >> << parameters.fdi-version >>)
54
56
- slack/status
70
72
- run : (cd .circleci/ && ./installNode.sh 20)
71
73
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
72
74
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
75
+ - run : python3 -m pip install pip setuptools --upgrade
73
76
- run : make with-fastapi
74
77
- run : (cd .circleci/ && ./websiteFastApi.sh << parameters.fdi-version >>)
75
78
- slack/status
91
94
- run : (cd .circleci/ && ./installNode.sh 20)
92
95
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
93
96
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
97
+ - run : python3 -m pip install pip setuptools --upgrade
94
98
- run : make with-flask
95
99
- run : (cd .circleci/ && ./websiteFlask.sh << parameters.fdi-version >>)
96
100
- slack/status
@@ -112,6 +116,7 @@ jobs:
112
116
- run : (cd .circleci/ && ./installNode.sh 20)
113
117
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
114
118
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
119
+ - run : python3 -m pip install pip setuptools --upgrade
115
120
- run : make with-django
116
121
- run : (cd .circleci/ && ./websiteDjango.sh << parameters.fdi-version >>)
117
122
- slack/status
@@ -133,6 +138,7 @@ jobs:
133
138
- run : (cd .circleci/ && ./installNode.sh 20)
134
139
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
135
140
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
141
+ - run : python3 -m pip install pip setuptools --upgrade
136
142
- run : make with-drf
137
143
- run : (cd .circleci/ && ./websiteDrfAsync.sh << parameters.fdi-version >>)
138
144
- slack/status
@@ -154,6 +160,7 @@ jobs:
154
160
- run : (cd .circleci/ && ./installNode.sh 20)
155
161
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
156
162
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
163
+ - run : python3 -m pip install pip setuptools --upgrade
157
164
- run : make with-drf
158
165
- run : (cd .circleci/ && ./websiteDrfSync.sh << parameters.fdi-version >>)
159
166
- slack/status
@@ -175,6 +182,7 @@ jobs:
175
182
- run : (cd .circleci/ && ./installNode.sh 20)
176
183
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
177
184
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
185
+ - run : python3 -m pip install pip setuptools --upgrade
178
186
- run : make with-django2x
179
187
- run : (cd .circleci/ && ./websiteDjango2x.sh << parameters.fdi-version >>)
180
188
- slack/status
@@ -198,6 +206,7 @@ jobs:
198
206
- run : (cd .circleci/ && ./installNode.sh 20)
199
207
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
200
208
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
209
+ - run : python3 -m pip install pip setuptools --upgrade
201
210
- run : make with-flask
202
211
- run : python -m pip install nest-asyncio
203
212
- run : (cd .circleci/ && ./websiteFlask.sh << parameters.fdi-version >>)
@@ -223,6 +232,7 @@ jobs:
223
232
- run : (cd .circleci/ && ./installNode.sh 20)
224
233
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
225
234
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
235
+ - run : python3 -m pip install pip setuptools --upgrade
226
236
- run : make with-fastapi
227
237
- run : (cd .circleci && ./authReactFastApi.sh << parameters.fdi-version >>)
228
238
- store_test_results :
@@ -255,6 +265,7 @@ jobs:
255
265
- run : (cd .circleci/ && ./installNode.sh 20)
256
266
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
257
267
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
268
+ - run : python3 -m pip install pip setuptools --upgrade
258
269
- run : make with-flask
259
270
- run : (cd .circleci && ./authReactFlask.sh << parameters.fdi-version >>)
260
271
- store_test_results :
@@ -287,6 +298,7 @@ jobs:
287
298
- run : (cd .circleci/ && ./installNode.sh 20)
288
299
-
run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] /
289
300
- run : echo "127.0.0.1 localhost.org" >> /etc/hosts
301
+ - run : python3 -m pip install pip setuptools --upgrade
290
302
- run : make with-django
291
303
- run : (cd .circleci && ./authReactDjango.sh << parameters.fdi-version >>)
292
304
- store_test_results :
0 commit comments