Commit 26961582 authored by nimrod's avatar nimrod
Browse files

Try to workaround a UTF issue.

parent c00224c8
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ build-executable:
  extends: .python3
  stage: build
  image: registry.shore.co.il/ci-images:python3-build
  variables:
    LC_ALL: en_US.UTF-8
    LANG: en_US.UTF-8
  before_script:
    - poetry install --no-dev
  script: