Skip to content

Commit 06b5780

Browse files
authored
Update build_wheels_linux.yml
1 parent 5381310 commit 06b5780

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)