mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add explicit collection of tzlocal to pipeline
Diagnose module not found windows pyinstaller error
This commit is contained in:
parent
0a538a6127
commit
aec8f79c36
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user