diff contrib/heptapod-ci.yml @ 52203:4602e90207f3 stable

wheel: enforce that translation being build for windows wheel
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 10 Nov 2024 00:48:08 +0100
parents 48f772a5c476
children 05addf266f6f
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Sun Nov 10 02:40:44 2024 +0100
+++ b/contrib/heptapod-ci.yml	Sun Nov 10 00:48:08 2024 +0100
@@ -311,6 +311,8 @@
     when: on_success
     needs:
       - "trigger-wheel-windows"
+    variables:
+      MERCURIAL_SETUP_FORCE_TRANSLATIONS: "1"
     script:
         - echo "Entering script section"
         - echo "python used, $Env:PYTHON"