Skip to content

Commit

Permalink
Don't process the split specs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Jan 31, 2024
1 parent 4145bd0 commit 7f00f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ def process_split_spec():
subprocess.call(cmd)

def main():
#process_main_spec()
process_split_spec()
process_main_spec()
#process_split_spec()

if __name__ == '__main__':
main()

0 comments on commit 7f00f6a

Please sign in to comment.