We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88d65f commit bf912c2Copy full SHA for bf912c2
.github/workflows/build_wheels_linux.yml
@@ -39,7 +39,7 @@ jobs:
39
MB_ML_VER: 2014
40
TRAVIS_BUILD_DIR: ${{ github.workspace }}
41
CONFIG_PATH: travis_config.sh
42
- DOCKER_IMAGE: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
+ DOCKER_IMAGE: quay.io/ivan_avdeev/opencv_test:latest
43
USE_CCACHE: 0
44
UNICODE_WIDTH: 32
45
PLAT: x86_64
@@ -132,7 +132,7 @@ jobs:
132
NP_TEST_DEP: numpy==1.19.4
133
134
135
136
USE_CCACHE: 1
137
138
SDIST: ${{ matrix.build_sdist || 0 }}
0 commit comments