Skip to content

Commit ecb2da8

Browse files
authored
chore: run CI as single thread (#10)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent ff37477 commit ecb2da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def build_local(multi_threaded=True):
4747

4848
if "__main__" == __name__:
4949

50-
build_local(multi_threaded=True)
50+
build_local(multi_threaded=False)

0 commit comments

Comments
 (0)