richardblythman
commited on
Commit
•
86089b7
1
Parent(s):
27a4677
fix bug
Browse files
start.py
CHANGED
@@ -44,9 +44,8 @@ def start():
|
|
44 |
('git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"', olas_dir),
|
45 |
("git remote update", olas_dir),
|
46 |
("git fetch --all", olas_dir),
|
47 |
-
("git
|
48 |
-
("git
|
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")),
|
|
|
44 |
('git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"', olas_dir),
|
45 |
("git remote update", olas_dir),
|
46 |
("git fetch --all", olas_dir),
|
47 |
+
("git checkout main", olas_dir),
|
48 |
+
("git pull origin main", olas_dir),
|
|
|
49 |
("git checkout main", mech_dir),
|
50 |
("git pull origin main", mech_dir),
|
51 |
("pip install -e .", os.path.join(olas_dir, "benchmark")),
|