From 601093642c12ba1c097f1972986356b47833e471 Mon Sep 17 00:00:00 2001 From: scito Date: Wed, 4 Jan 2023 21:33:17 +0100 Subject: [PATCH] disable CV 4.6 ci --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40e8230..5703c9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"