Skip to content

Commit dce8244

Browse files
committed
Fix debugger CI
1 parent bf42d91 commit dce8244

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def extract_zip(bundle, target):
195195
print("\nRunning unit tests")
196196
env = os.environ.copy()
197197
env["BN_DISABLE_USER_SETTINGS"] = "true"
198-
env["BN_DISABLE_REPOSITORY_PLUGINS"] = "true"
199198
env["BN_USER_DIRECTORY"] = str(build_output_path)
200199
env["BN_STANDALONE_DEBUGGER"] = "true"
201200
env["BN_DISABLE_CORE_DEBUGGER"] = "true"

0 commit comments

Comments
 (0)