From 25a2e690fee0e79e581863a946b030c77e9717d2 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 3 Jul 2020 18:02:46 +0200 Subject: [PATCH] ci/test: set C.UTF-8 locale for Python tests --- ci/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/test.yml b/ci/test.yml index 85904138b..1755218fe 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -266,6 +266,9 @@ legacy upgrade test: python test: stage: test dependencies: [] + variables: + LC_ALL: "C.UTF-8" + LANG: "C.UTF-8" only: changes: - ci/**/*