File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
28
- python-version : ['3.10', '3.11', '3.12 ']
28
+ python-version : ['3.9 ']
29
29
platform : [x64]
30
30
with_contrib : [1] # [0, 1]
31
31
without_gui : [1] # [0, 1]
39
39
MB_ML_VER : 2014
40
40
TRAVIS_BUILD_DIR : ${{ github.workspace }}
41
41
CONFIG_PATH : travis_config.sh
42
- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20230628
42
+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20240524
43
43
USE_CCACHE : 0
44
44
UNICODE_WIDTH : 32
45
45
PLAT : x86_64
89
89
strategy :
90
90
fail-fast : false
91
91
matrix :
92
- python-version : ['3.10', '3.11', '3.12' ]
92
+ python-version : ['3.10', '3.11']
93
93
platform : [x64]
94
94
with_contrib : [1] # [0, 1]
95
95
without_gui : [1] # [0, 1]
@@ -111,7 +111,7 @@ jobs:
111
111
submodules : true
112
112
fetch-depth : 0
113
113
- name : Setup Environment variables
114
- run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
114
+ run : if [ "3.10" == "${{ matrix.python-version }}" -o "3.11" == "${{ matrix.python-version }}" -o "3.12" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
115
115
- name : Download a wheel accordingly to matrix
116
116
uses : actions/download-artifact@v3
117
117
with :
You can’t perform that action at this time.
0 commit comments