Skip to content

Commit

Permalink
fix travis; moved format spec files to misc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Nov 3, 2019
1 parent c86867e commit bccd6a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ def detect_or_setup_repo(self):
print("Cloning taichi from github...")
self.repo_dir = os.path.join(get_default_directory_name(), 'taichi')
os.chdir(get_default_directory_name())
if os.path.exists('taichi'):
print('Existing taichi installation detected.')
print('Please remove existing taichi installation in {}'.format(
self.repo_dir))
exit(-1)
execute_command('git clone https://github.com/yuanming-hu/taichi.git')
os.chdir('taichi')
if os.path.exists('external/lib'):
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bccd6a2

Please sign in to comment.