fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 14:45:33 +01:00
parent b491c87dc1
commit c23b0f62da

View File

@ -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