pyinfra/.gitlab-ci.yml
Julius Unverfehrt bb00c83a80 Upgrade python version & change logger
- Upgrades python version to 3.10 and sync packages with isaacs list.
- Changes loguru logger to kn_utlis logger.
- Overrides python version in CI script (temporarily until all services
  are updated and CI template can be adjusted).
2023-11-13 15:28:49 +01:00

12 lines
205 B
YAML

include:
- project: "Gitlab/gitlab"
ref: 0.2.6
file: "/ci-templates/research/python_pkg_venv_test_build_release_gitlab-ci.yml"
default:
image: python:3.10
run-tests:
script:
- pytest .