Skip to content

Commit 8bbd076

Browse files
committed
semaphore: drop the custom Python 3.6 PPA
Shouldn't be needed anymore, since the new Sempahore supports Ubuntu Bionic
1 parent f2a0107 commit 8bbd076

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/semaphore-run

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ set -eu
1919
(
2020
set -x
2121

22-
sudo rm /etc/apt/sources.list.d/*
23-
2422
sudo apt install -y software-properties-common
25-
sudo add-apt-repository -y ppa:jonathonf/python-3.6
26-
sudo add-apt-repository -y ppa:ginggs/backports
2723
sudo apt -y update
2824
sudo apt -y --no-install-recommends install \
2925
python3.6 \

0 commit comments

Comments
 (0)