- 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).
12 lines
205 B
YAML
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 .
|