disable CV 4.6 ci

cv2_segfault_repro_1
scito 1 year ago
parent 4b59a1413d
commit 601093642c

@ -26,11 +26,11 @@ jobs:
python -m pip install --upgrade pip
pip install -U pytest
# pip install -U .
- name: Test with pytest cv2 4.6
run: |
pip install --force-reinstall -v "opencv-contrib-python==4.6.0.66"
pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f0
pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f1
# - name: Test with pytest cv2 4.6
# run: |
# pip install --force-reinstall -v "opencv-contrib-python==4.6.0.66"
# pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f0
# pytest -vvv -s tests/cv2_segfault_repro_test.py::test_cv2_segfault_6_f1
- name: Test with pytest cv2 4.7
run: |
pip install --force-reinstall -v "opencv-contrib-python>=4.7.0"

Loading…
Cancel
Save