From 1766612ce1ff1f90e11f63fc2beeb3b0d150b665 Mon Sep 17 00:00:00 2001 From: Ali Nwegy Date: Fri, 1 Mar 2024 11:55:13 +0100 Subject: [PATCH] Fix: Added setuptools to .gilab-ci.yaml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d59bc8..e5d3fd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ build-job: # This job runs in the build stage, which runs first. image: python:3.11-alpine3.19 script: - echo "Installing dependencies..." + - pip install setuptools - pip install -r requirements.txt - echo "Compiling the code..." - python -m build