change branch form dev to master
This commit is contained in:
parent
d1315780ce
commit
7edc63ca83
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -64,9 +64,8 @@ def minimal_initialization():
|
|||
if os.path.exists(tmp_dir):
|
||||
rmtree(tmp_dir)
|
||||
|
||||
# todo: change branch to master when merging with master
|
||||
if os.system(
|
||||
f"git clone --depth 1 -b dev https://github.com/developomp/setup.git {tmp_dir} &> /dev/null"
|
||||
f"git clone --depth 1 https://github.com/developomp/setup.git {tmp_dir} &> /dev/null"
|
||||
):
|
||||
print("Failed to clone repository", file=sys.stderr)
|
||||
exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue