Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Nov 8, 2024
1 parent 016ec28 commit 9ff4d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/docker/common/install_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ install_ubuntu() {
libglfw3-dev \
sox \
libsox-dev \
libsox-fmt-all
libsox-fmt-all \
python3-pip

# Cleanup package manager
apt-get autoclean && apt-get clean
Expand Down
1 change: 1 addition & 0 deletions .ci/docker/common/install_pip_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -ex

# Install pip packages
pip install --upgrade pip
pip install -r ./requirements.txt

0 comments on commit 9ff4d25

Please sign in to comment.