Spaces:
Runtime error
Runtime error
richardblythman
commited on
Commit
•
27a4677
1
Parent(s):
7d57619
use main of benchmark
Browse files
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
|
49 |
-
("git pull origin
|
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")),
|