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"