Fix: Added setuptools to .gilab-ci.yaml

This commit is contained in:
Ali Nwegy 2024-03-01 11:55:13 +01:00
parent 20fc78729b
commit 1766612ce1

View File

@ -25,6 +25,7 @@ build-job: # This job runs in the build stage, which runs first.
image: python:3.11-alpine3.19 image: python:3.11-alpine3.19
script: script:
- echo "Installing dependencies..." - echo "Installing dependencies..."
- pip install setuptools
- pip install -r requirements.txt - pip install -r requirements.txt
- echo "Compiling the code..." - echo "Compiling the code..."
- python -m build - python -m build