@@ -125,6 +125,9 @@ jobs:
125125 git config --global --add user.name "Renku @ SDSC"
126126 git config --global --add user.email "[email protected] " 127127 - name : Test with pytest
128+ env :
129+ LANG : en_US.UTF-8
130+ LC_ALL : en_US.UTF-8
128131 run : pytest -v -m "not integration and not publish and not serial" -n auto tests/api
129132 - name : Coveralls
130133 env :
@@ -161,8 +164,14 @@ jobs:
161164 git config --global --add user.name "Renku @ SDSC"
162165 git config --global --add user.email "[email protected] " 163166 - name : Test with pytest
167+ env :
168+ LANG : en_US.UTF-8
169+ LC_ALL : en_US.UTF-8
164170 run : pytest -v -m "not integration and not publish and not serial" -n auto tests/cli
165171 - name : Test with pytest(serial)
172+ env :
173+ LANG : en_US.UTF-8
174+ LC_ALL : en_US.UTF-8
166175 run : pytest -v -m "not integration and not publish and serial" tests/cli
167176 - name : Coveralls
168177 env :
@@ -199,8 +208,14 @@ jobs:
199208 git config --global --add user.name "Renku @ SDSC"
200209 git config --global --add user.email "[email protected] " 201210 - name : Test with pytest
211+ env :
212+ LANG : en_US.UTF-8
213+ LC_ALL : en_US.UTF-8
202214 run : pytest -v -m "not integration and not publish and not serial" -n auto tests/core
203215 - name : Test with pytest(serial)
216+ env :
217+ LANG : en_US.UTF-8
218+ LC_ALL : en_US.UTF-8
204219 run : pytest -v -m "not integration and not publish and serial" tests/core
205220 - name : Coveralls
206221 env :
@@ -237,6 +252,9 @@ jobs:
237252 git config --global --add user.name "Renku @ SDSC"
238253 git config --global --add user.email "[email protected] " 239254 - name : Test with pytest
255+ env :
256+ LANG : en_US.UTF-8
257+ LC_ALL : en_US.UTF-8
240258 run : pytest -v -m "not integration and not publish" -n auto tests/service
241259 - name : Coveralls
242260 env :
@@ -271,6 +289,8 @@ jobs:
271289 git config --global --add user.email "[email protected] " 272290 - name : Test with pytest
273291 env :
292+ LANG : en_US.UTF-8
293+ LC_ALL : en_US.UTF-8
274294 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
275295 run : pytest -v -m "not integration and not publish and not serial" tests/api
276296
@@ -300,10 +320,14 @@ jobs:
300320 git config --global --add user.email "[email protected] " 301321 - name : Test with pytest
302322 env :
323+ LANG : en_US.UTF-8
324+ LC_ALL : en_US.UTF-8
303325 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
304326 run : pytest -v -m "not integration and not publish and not serial" tests/cli
305327 - name : Test with pytest(serial)
306328 env :
329+ LANG : en_US.UTF-8
330+ LC_ALL : en_US.UTF-8
307331 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
308332 run : pytest -v -m "not integration and not publish and serial" tests/cli
309333
@@ -333,10 +357,14 @@ jobs:
333357 git config --global --add user.email "[email protected] " 334358 - name : Test with pytest
335359 env :
360+ LANG : en_US.UTF-8
361+ LC_ALL : en_US.UTF-8
336362 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
337363 run : pytest -v -m "not integration and not publish and not serial" tests/core
338364 - name : Test with pytest(serial)
339365 env :
366+ LANG : en_US.UTF-8
367+ LC_ALL : en_US.UTF-8
340368 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
341369 run : pytest -v -m "not integration and not publish and serial" tests/core
342370
@@ -366,6 +394,8 @@ jobs:
366394 git config --global --add user.email "[email protected] " 367395 - name : Test with pytest
368396 env :
397+ LANG : en_US.UTF-8
398+ LC_ALL : en_US.UTF-8
369399 RENKU_REQUESTS_TIMEOUT_SECONDS : 120
370400 run : pytest -v -m "not integration and not publish" tests/service
371401
@@ -397,6 +427,8 @@ jobs:
397427 git config --global --add user.email "[email protected] " 398428 - name : Test with pytest
399429 env :
430+ LANG : en_US.UTF-8
431+ LC_ALL : en_US.UTF-8
400432 DATAVERSE_ACCESS_TOKEN : ${{ secrets.DATAVERSE_ACCESS_TOKEN }}
401433 IT_OAUTH_GIT_TOKEN : ${{ secrets.IT_OAUTH_GIT_TOKEN }}
402434 ZENODO_ACCESS_TOKEN : ${{ secrets.ZENODO_ACCESS_TOKEN }}
@@ -430,6 +462,8 @@ jobs:
430462 git config --global --add user.email "[email protected] " 431463 - name : Test with pytest
432464 env :
465+ LANG : en_US.UTF-8
466+ LC_ALL : en_US.UTF-8
433467 DATAVERSE_ACCESS_TOKEN : ${{ secrets.DATAVERSE_ACCESS_TOKEN }}
434468 IT_OAUTH_GIT_TOKEN : ${{ secrets.IT_OAUTH_GIT_TOKEN }}
435469 ZENODO_ACCESS_TOKEN : ${{ secrets.ZENODO_ACCESS_TOKEN }}
0 commit comments