mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-24 17:30:41 +02:00
fix: fix CI pipeline for py 3.10 and 3.11
This commit is contained in:
parent
d3a26ff3b2
commit
391c889ff1
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user