From aec8f79c36c8fa6775cd4770bf0fc2d5472d9be0 Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Fri, 14 Jan 2022 20:24:49 +0000 Subject: [PATCH] Add explicit collection of tzlocal to pipeline Diagnose module not found windows pyinstaller error --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be3779c8..59fa8d61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,7 +117,7 @@ win-dev-build: --paths .venv\Lib\site-packages --hidden-import cryptography --hidden-import cffi - --collect-all tzdata + --collect-all tzlocal artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: @@ -153,6 +153,7 @@ win-prod-build: --paths .venv\Lib\site-packages --hidden-import cryptography --hidden-import cffi + --collect-all tzlocal artifacts: name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" paths: