ci/test: set C.UTF-8 locale for Python tests

pull/1091/head
Pavol Rusnak 4 years ago
parent 2b4de8e270
commit 25a2e690fe
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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/**/*

Loading…
Cancel
Save