Skip to content

Commit 9b12062

Browse files
committed
fix ci
1 parent e14b4cf commit 9b12062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ['3.10', '3.11', '3.12']
28+
python-version: ['3.9']
2929
platform: [x64]
3030
with_contrib: [1] # [0, 1]
3131
without_gui: [1] # [0, 1]
@@ -39,7 +39,7 @@ jobs:
3939
MB_ML_VER: 2014
4040
TRAVIS_BUILD_DIR: ${{ github.workspace }}
4141
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
4343
USE_CCACHE: 0
4444
UNICODE_WIDTH: 32
4545
PLAT: x86_64
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
python-version: ['3.10', '3.11', '3.12']
92+
python-version: ['3.10', '3.11']
9393
platform: [x64]
9494
with_contrib: [1] # [0, 1]
9595
without_gui: [1] # [0, 1]
@@ -111,7 +111,7 @@ jobs:
111111
submodules: true
112112
fetch-depth: 0
113113
- 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
115115
- name: Download a wheel accordingly to matrix
116116
uses: actions/download-artifact@v3
117117
with:

0 commit comments

Comments
 (0)