1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 07:50:57 +00:00

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

This commit is contained in:
Pavol Rusnak 2020-07-03 18:02:46 +02:00
parent 2b4de8e270
commit 25a2e690fe
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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