fix: fix CI pipeline for py 3.10 and 3.11

This commit is contained in:
appel_c 2024-03-25 14:31:36 +01:00
parent d3a26ff3b2
commit 391c889ff1

View File

@ -107,6 +107,8 @@ tests-3.11:
image: $CI_DOCKER_REGISTRY/python:3.11 image: $CI_DOCKER_REGISTRY/python:3.11
needs: ["pytest"] needs: ["pytest"]
script: script:
- git clone --branch $BEC_CORE_BRANCH https://gitlab.psi.ch/bec/bec.git
- pip install -e ./bec/bec_lib[dev]
- pytest -v --random-order ./tests - pytest -v --random-order ./tests
allow_failure: true allow_failure: true