1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

circle: set locale to a UTF-8 variant so python doesn't fall back to ascii

This commit is contained in:
Konstantin Baierer 2020-01-15 18:07:39 +01:00
parent 1c36265599
commit 60aa158341
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,4 @@
export # export variables to subshells
PIP_INSTALL = pip3 install
GIT_CLONE = git clone
PYTHON = python3