From 94ca54dae15666cdf2805a0d6b60415b0a1bf8c0 Mon Sep 17 00:00:00 2001 From: Ali Nwegy Date: Fri, 1 Mar 2024 11:00:56 +0100 Subject: [PATCH] Fix: Updated .gitlab-ci.yaml to list the files --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3f2b9b..97ac659 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +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 + - ls - pip install -r requirments.txt - echo "Compiling the code..." - python -m build