wip: check cv2 in ci
CI / lint (pull_request) Successful in 3m31s
CI / test (3.11) (pull_request) Successful in 41s
CI / test (3.12) (pull_request) Successful in 44s
CI / test (3.13) (pull_request) Successful in 43s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 53s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 55s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 59s
CI / test-with-coverage (pull_request) Failing after 42s

This commit is contained in:
2026-08-03 10:41:36 +02:00
parent 7c28b5f023
commit b897cee6b9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -100,6 +100,8 @@ jobs:
git clone https://gitea.psi.ch/bec/${{ matrix.plugin_repo }}.git
uv pip install -e ./mx_bec
uv pip install -e ./${{ matrix.plugin_repo }}
uv pip list | grep -i -E 'opencv|numpy'
python -c "import cv2; print(cv2.__file__, cv2.__version__)"
- name: Run Pytest
env:
+1 -1
View File
@@ -8,7 +8,7 @@ dependencies = [
"uv",
"gunicorn",
"aarecommon>=0.2.0",
"pydantic==2.11.4",
"pydantic>=2.11",
"numpy==2.2.5",
"jfjoch_client==1.0.0rc146",
"pyJWT==2.10.1",