Add explicit collection of tzdata to pipeline

Diagnose module not found windows pyinstaller error
This commit is contained in:
Iain Powrie 2022-01-14 20:06:24 +00:00
parent c736c2eec1
commit 0a538a6127

View File

@ -117,6 +117,7 @@ win-dev-build:
--paths .venv\Lib\site-packages --paths .venv\Lib\site-packages
--hidden-import cryptography --hidden-import cryptography
--hidden-import cffi --hidden-import cffi
--collect-all tzdata
artifacts: artifacts:
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
paths: paths: