Skip to content
Snippets Groups Projects
Commit b1ed4255 authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Apply integrity test to opencv package, not libopencv

parent 082701ac
No related branches found
No related tags found
No related merge requests found
Pipeline #47340 failed
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{% set PY_VER_MINOR = PY_VER[2] %} {% set PY_VER_MINOR = PY_VER[2] %}
package: package:
name: libopencv name: opencv-suite
version: {{ version }} version: {{ version }}
source: source:
...@@ -175,6 +175,8 @@ outputs: ...@@ -175,6 +175,8 @@ outputs:
run: run:
- {{ pin_subpackage('libopencv', exact=True) }} - {{ pin_subpackage('libopencv', exact=True) }}
- {{ pin_subpackage('py-opencv', exact=True) }} - {{ pin_subpackage('py-opencv', exact=True) }}
test:
script: run_test_opencv.py
- name: py-opencv - name: py-opencv
build: build:
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment