# HG changeset patch # User Pierre-Yves David # Date 2024-11-09 23:48:08 # Node ID 4602e90207f3a6a416359d01543c3f30baac79d2 # Parent 48f772a5c476a31fefe975812b52fb382e95e809 wheel: enforce that translation being build for windows wheel diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -311,6 +311,8 @@ build-c-wheel-windows: when: on_success needs: - "trigger-wheel-windows" + variables: + MERCURIAL_SETUP_FORCE_TRANSLATIONS: "1" script: - echo "Entering script section" - echo "python used, $Env:PYTHON"