Skip to content

Commit 72b3c23

Browse files
try locale fix
1 parent 0fd2d1f commit 72b3c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ commands:
335335
cd redisbench-admin
336336
curl -sSL https://install.python-poetry.org | python3 -
337337
export PATH="/root/.local/bin:$PATH"
338+
export LC_ALL=C.UTF-8
339+
export LANG=C.UTF-8
340+
export LANGUAGE=C.UTF-8
338341
poetry install
339342
source $(poetry env info --path)/bin/activate
340343
echo "IyEvdXNyL2Jpbi9lbnYgcHl0aG9uCiMgLSotIGNvZGluZzogdXRmLTggLSotCmltcG9ydCByZQppbXBvcnQgc3lzCmZyb20gcmVkaXNiZW5jaF9hZG1pbi5jbGkgaW1wb3J0IG1haW4KCmlmIF9fbmFtZV9fID09ICJfX21haW5fXyI6CiAgICBzeXMuYXJndlswXSA9IHJlLnN1YihyIigtc2NyaXB0XC5weXd8XC5leGUpPyQiLCAiIiwgc3lzLmFyZ3ZbMF0pCiAgICBzeXMuZXhpdChtYWluKCkpCg==" | base64 -d > run.py

0 commit comments

Comments
 (0)