Skip to content

Commit 3cf6e19

Browse files
committed
travis: install embarc tools first
Signed-off-by: jingru <jingru@synopsys.com>
1 parent 0a5494a commit 3cf6e19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/before_install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ fi
2121

2222
{
2323
pip install --upgrade pip || die
24-
pip install PrettyTable || die
25-
pip install colorama || die
24+
pip install embarc_cli || die
2625
pip install configparser || die
26+
pip install requests || die
27+
pip install XlsxWriter || die
2728
}

0 commit comments

Comments
 (0)