Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
bd9ba6a1
Commit
bd9ba6a1
authored
Jul 26, 2017
by
Millian Poquet
Browse files
[env] batsim_ci: add python3 coloredlogs
parent
a620ef87
Changes
1
Hide whitespace changes
Inline
Side-by-side
environments/steps/batsim_dependencies.yaml
View file @
bd9ba6a1
...
...
@@ -48,7 +48,8 @@
-
experiment_management
:
-
exec_in
:
apt install -y python3-pip psmisc
-
exec_in
:
|
pip3 install sortedcontainers redis async_timeout pandas PyYAML pyzmq
pip3 install async_timeout coloredlogs pandas PyYAML redis \
sortedcontainers pyzmq
-
exec_in
:
git clone $${execo_remote} $${work_dir}/execo
-
exec_in
:
cd $${work_dir}/execo && git checkout $${execo_commit}
-
exec_in
:
cd $${work_dir}/execo && pip3 install -e .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment