From 3125c6cc5898cdffb310aab2bc66253c939a8f82 Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Fri, 14 Jan 2022 20:36:00 +0000 Subject: [PATCH] Add tzdata collection back to pipeline Diagnose module not found windows pyinstaller error --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59fa8d61..7d27712b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,6 +118,7 @@ win-dev-build: --hidden-import cryptography --hidden-import cffi --collect-all tzlocal + --collect-all tzdata artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: @@ -154,6 +155,7 @@ win-prod-build: --hidden-import cryptography --hidden-import cffi --collect-all tzlocal + --collect-all tzdata artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: