Skip to content

Commit 9ff4d25

Browse files
committed
tc
1 parent 016ec28 commit 9ff4d25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ci/docker/common/install_base.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ install_ubuntu() {
2727
libglfw3-dev \
2828
sox \
2929
libsox-dev \
30-
libsox-fmt-all
30+
libsox-fmt-all \
31+
python3-pip
3132

3233
# Cleanup package manager
3334
apt-get autoclean && apt-get clean

.ci/docker/common/install_pip_requirements.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
set -ex
44

5+
# Install pip packages
56
pip install --upgrade pip
67
pip install -r ./requirements.txt

0 commit comments

Comments
 (0)