Skip to content

Commit 016ec28

Browse files
committed
tc
1 parent 7fe838c commit 016ec28

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.ci/docker/common/install_base.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ install_ubuntu() {
2727
libglfw3-dev \
2828
sox \
2929
libsox-dev \
30-
libsox-fmt-all \
31-
python3.10 \
32-
python3.10-dev \
33-
python3.10-venv
30+
libsox-fmt-all
3431

3532
# Cleanup package manager
3633
apt-get autoclean && apt-get clean

.ci/docker/common/install_pip_requirements.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22

33
set -ex
44

5-
python3.10 -m venv /opt/venv/tutorials
6-
source /opt/venv/tutorials/bin/activate
75
pip install --upgrade pip
86
pip install -r ./requirements.txt
9-
chown ci-user:ci-user /opt/venv -R

0 commit comments

Comments
 (0)