cyberosa
commited on
Commit
·
967e6fd
1
Parent(s):
c6ae410
missing poetry library
Browse files
start.py
CHANGED
@@ -50,6 +50,7 @@ def start():
|
|
50 |
mech_dir = os.path.join(olas_dir, "benchmark", "mech")
|
51 |
|
52 |
commands = [
|
|
|
53 |
("git submodule init", base_dir),
|
54 |
("git submodule update --init --recursive", base_dir),
|
55 |
("git submodule update --remote --recursive", base_dir),
|
|
|
50 |
mech_dir = os.path.join(olas_dir, "benchmark", "mech")
|
51 |
|
52 |
commands = [
|
53 |
+
("pip install poetry", base_dir),
|
54 |
("git submodule init", base_dir),
|
55 |
("git submodule update --init --recursive", base_dir),
|
56 |
("git submodule update --remote --recursive", base_dir),
|