File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5757 DOCKER_IMAGE : ${{ matrix.DOCKER_IMAGE }}
5858 USE_CCACHE : 0
5959 UNICODE_WIDTH : 32
60- PLAT : ${{ matrix.platform == 'x86_64' && 'x86_64' || 'aarch64' }}
60+ PLAT : ${{ matrix.platform }}
6161 SDIST : ${{ matrix.build_sdist || 0 }}
6262 ENABLE_HEADLESS : ${{ matrix.without_gui }}
6363 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
@@ -100,17 +100,14 @@ jobs:
100100 with_contrib : [0, 1]
101101 without_gui : [0, 1]
102102 build_sdist : [0]
103- exclude :
104- - platform : aarch64
105- manylinux : 2014
106103
107104 env :
108105 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
109106 MB_PYTHON_VERSION : ${{ matrix.python-version }}
110107 NP_TEST_DEP : numpy==1.19.4
111108 NP_TEST_DEP_LATEST : numpy==2.2.6
112109 CONFIG_PATH : travis_config.sh
113- PLAT : ${{ matrix.platform == 'x86_64' && 'x86_64' || 'aarch64' }}
110+ PLAT : ${{ matrix.platform }}
114111 SDIST : ${{ matrix.build_sdist || 0 }}
115112 ENABLE_HEADLESS : ${{ matrix.without_gui }}
116113 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
You can’t perform that action at this time.
0 commit comments