This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919if [[ " $MB_PYTHON_VERSION " == pypy3* ]]; then
2020 MB_PYTHON_OSX_VER=" 10.9"
21- if [[ " $PLAT " == " i686" ]]; then
22- DOCKER_TEST_IMAGE=" multibuild/xenial_$PLAT "
23- fi
24- elif [[ " $MB_PYTHON_VERSION " == " 3.11" ]] && [[ " $PLAT " == " i686" ]]; then
25- DOCKER_TEST_IMAGE=" radarhere/bionic-$PLAT "
2621fi
2722
2823echo " ::group::Install a virtualenv"
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 build :
19- name : ${{ matrix.python }} ${{ matrix.mb-ml-libc }}${{ matrix.mb-ml-ver }} ${{ matrix.platform }}
19+ name : ${{ matrix.python }} ${{ matrix.mb-ml-libc }}${{ matrix.mb-ml-ver }}
2020 runs-on : " ubuntu-latest"
2121 strategy :
2222 fail-fast : false
@@ -30,38 +30,26 @@ jobs:
3030 " 3.11" ,
3131 " 3.12" ,
3232 ]
33- platform : [ "i686", "x86_64" ]
3433 mb-ml-libc : [ "manylinux" ]
3534 mb-ml-ver : [ 2014, "_2_28" ]
36- exclude :
37- - platform : " i686"
38- mb-ml-ver : " _2_28"
39- - platform : " i686"
40- python : " 3.12"
4135 include :
4236 - python : " 3.8"
43- platform : " x86_64"
4437 mb-ml-libc : " musllinux"
4538 mb-ml-ver : " _1_1"
4639 - python : " 3.9"
47- platform : " x86_64"
4840 mb-ml-libc : " musllinux"
4941 mb-ml-ver : " _1_1"
5042 - python : " 3.10"
51- platform : " x86_64"
5243 mb-ml-libc : " musllinux"
5344 mb-ml-ver : " _1_1"
5445 - python : " 3.11"
55- platform : " x86_64"
5646 mb-ml-libc : " musllinux"
5747 mb-ml-ver : " _1_1"
5848 - python : " 3.12"
59- platform : " x86_64"
6049 mb-ml-libc : " musllinux"
6150 mb-ml-ver : " _1_1"
6251 env :
6352 BUILD_COMMIT : ${{ inputs.build-commit }}
64- PLAT : ${{ matrix.platform }}
6553 MB_PYTHON_VERSION : ${{ matrix.python }}
6654 MB_ML_LIBC : ${{ matrix.mb-ml-libc }}
6755 MB_ML_VER : ${{ matrix.mb-ml-ver }}
Original file line number Diff line number Diff line change @@ -156,11 +156,7 @@ function run_tests {
156156 apt-get update
157157 apt-get install -y curl libfribidi0 unzip
158158 fi
159- if [[ $( uname -m) == " i686" ]]; then
160- if [[ " $MB_PYTHON_VERSION " != 3.11 ]]; then
161- python3 -m pip install numpy==1.21
162- fi
163- elif [ -z " $IS_ALPINE " ] && [[ " $MB_PYTHON_VERSION " != 3.12 ]]; then
159+ if [ -z " $IS_ALPINE " ] && [[ " $MB_PYTHON_VERSION " != 3.12 ]]; then
164160 python3 -m pip install numpy
165161 fi
166162
You can’t perform that action at this time.
0 commit comments