From a57a423c4ce6f54a41eed5f17fce0876327a4764 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 27 May 2021 15:43:17 +0200 Subject: [PATCH] Change ubuntu pip.conf to artifact repository --- ubuntu/pip.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/pip.conf b/ubuntu/pip.conf index b87a27c..c6c3b5c 100644 --- a/ubuntu/pip.conf +++ b/ubuntu/pip.conf @@ -1,4 +1,4 @@ [global] disable-pip-version-check = true no-cache-dir = false -extra-index-url = https://__token__:6Yku5E-ss8E-_P-Jes-j@git.imp.fu-berlin.de/api/v4/projects/5826/packages/pypi/simple +extra-index-url = https://git.imp.fu-berlin.de/api/v4/projects/6392/packages/pypi/simple -- GitLab