diff --git a/resources/ci/common/install.py b/resources/ci/common/install.py index 1fedfcaa..8cd40df2 100644 --- a/resources/ci/common/install.py +++ b/resources/ci/common/install.py @@ -2,11 +2,6 @@ import common import os # for env vars import subprocess # do stuff at the shell level -from .... Main import __version__ as DRVersion - -with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f: - f.write(DRVersion) - env = common.prepare_env() # get executables