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
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:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user