We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016ec28 commit 9ff4d25Copy full SHA for 9ff4d25
.ci/docker/common/install_base.sh
@@ -27,7 +27,8 @@ install_ubuntu() {
27
libglfw3-dev \
28
sox \
29
libsox-dev \
30
- libsox-fmt-all
+ libsox-fmt-all \
31
+ python3-pip
32
33
# Cleanup package manager
34
apt-get autoclean && apt-get clean
.ci/docker/common/install_pip_requirements.sh
@@ -2,5 +2,6 @@
2
3
set -ex
4
5
+# Install pip packages
6
pip install --upgrade pip
7
pip install -r ./requirements.txt
0 commit comments