Some checks failed
ai_core_api_client Python package / build (3.10) (push) Failing after 1m16s
ai_core_api_client Python package / build (3.11) (push) Failing after 1m14s
ai_core_api_client Python package / build (3.12) (push) Failing after 5s
ai_core_api_client Python package / build (3.13) (push) Failing after 5s
ai_core_api_client Python package / build (3.9) (push) Failing after 5s
32 lines
717 B
YAML
32 lines
717 B
YAML
# NOTE: This file is auto generated by OpenAPI Generator.
|
|
# URL: https://openapi-generator.tech
|
|
#
|
|
# ref: https://docs.gitlab.com/ee/ci/README.html
|
|
# ref: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
|
|
|
|
stages:
|
|
- test
|
|
|
|
.pytest:
|
|
stage: test
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- pip install -r test-requirements.txt
|
|
- pytest --cov=ai_core_api_client
|
|
|
|
pytest-3.9:
|
|
extends: .pytest
|
|
image: python:3.9-alpine
|
|
pytest-3.10:
|
|
extends: .pytest
|
|
image: python:3.10-alpine
|
|
pytest-3.11:
|
|
extends: .pytest
|
|
image: python:3.11-alpine
|
|
pytest-3.12:
|
|
extends: .pytest
|
|
image: python:3.12-alpine
|
|
pytest-3.13:
|
|
extends: .pytest
|
|
image: python:3.13-alpine
|