Fix: add to the build step
This commit is contained in:
parent
1766612ce1
commit
384a94ce4e
@ -25,8 +25,8 @@ 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
|
||||||
|
- pip install --upgrade build
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- python -m build
|
- python -m build
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
Loading…
Reference in New Issue
Block a user