richardblythman commited on
Commit
27a4677
1 Parent(s): 7d57619

use main of benchmark

Browse files
Files changed (1) hide show
  1. start.py +2 -2
start.py CHANGED
@@ -45,8 +45,8 @@ def start():
45
  ("git remote update", olas_dir),
46
  ("git fetch --all", olas_dir),
47
  ("git show-ref --verify --quiet \"refs/remotes/origin/fix/mech-packages\"", olas_dir),
48
- ("git checkout fix/mech-packages", olas_dir),
49
- ("git pull origin fix/mech-packages", olas_dir),
50
  ("git checkout main", mech_dir),
51
  ("git pull origin main", mech_dir),
52
  ("pip install -e .", os.path.join(olas_dir, "benchmark")),
 
45
  ("git remote update", olas_dir),
46
  ("git fetch --all", olas_dir),
47
  ("git show-ref --verify --quiet \"refs/remotes/origin/fix/mech-packages\"", olas_dir),
48
+ ("git checkout main, olas_dir),
49
+ ("git pull origin main, olas_dir),
50
  ("git checkout main", mech_dir),
51
  ("git pull origin main", mech_dir),
52
  ("pip install -e .", os.path.join(olas_dir, "benchmark")),