From e6bbd9d4fb241bc2408951e0c3253a98195ac8d6 Mon Sep 17 00:00:00 2001 From: Tamas Simon <tamas.simon@alphacruncher.com> Date: Wed, 18 Dec 2024 13:46:11 +0000 Subject: [PATCH] Try reusing the installed python3-pip package --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a56be1..85f6923 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,6 @@ default: paths: - .pip-cache/ before_script: - - python3 --version - - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - - python3 get-pip.py --user - - pip install --upgrade pip - pip install build twine stages: -- GitLab