Skip to content

Commit a911541

Browse files
committed
Fix debugger CI
1 parent 7a9da73 commit a911541

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
@@ -199,7 +199,6 @@ def extract_zip(bundle, target):
199199
print("\nRunning unit tests")
200200
env = os.environ.copy()
201201
env["BN_DISABLE_USER_SETTINGS"] = "true"
202-
env["BN_DISABLE_REPOSITORY_PLUGINS"] = "true"
203202
env["BN_USER_DIRECTORY"] = str(build_output_path)
204203
env["BN_STANDALONE_DEBUGGER"] = "true"
205204
env["BN_DISABLE_CORE_DEBUGGER"] = "true"

0 commit comments

Comments
 (0)