fixing bugs with ci pipeline
This commit is contained in:
parent
b491c87dc1
commit
c23b0f62da
@ -62,6 +62,9 @@ release:
|
||||
TWINE_USERNAME: gitlab-ci-token # Keep username same
|
||||
TWINE_PASSWORD: $CI_JOB_TOKEN # Use PAT stored in GitLab CI/CD Variables
|
||||
script:
|
||||
- echo "Setting up Python dependencies..."
|
||||
- source $VIRTUAL_ENV/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- bash make_openapi_client.sh
|
||||
- cd backend/python-client # Navigate to the folder where the package was generated
|
||||
- python3 -m venv .venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user