diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index e17d75c453..6e1e38d0b2 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -8,7 +8,7 @@ on: branches: [develop] types: [review_requested, ready_for_review] paths-ignore: - - 'docs/**', + - 'docs/**' - 'website/**' - 'vendor/**' diff --git a/start.py b/start.py index 36e4c36d21..a892d3de8e 100644 --- a/start.py +++ b/start.py @@ -326,6 +326,7 @@ def _initialize_environment(openpype_version: OpenPypeVersion) -> None: # TODO move additional paths to `boot` part when OPENPYPE_ROOT will point # to same hierarchy from code and from frozen OpenPype additional_paths = [ + os.environ["OPENPYPE_ROOT"], # add OpenPype tools os.path.join(os.environ["OPENPYPE_ROOT"], "openpype", "tools"), # add common OpenPype vendor