File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 33
33
MB_ML_VER : 2014
34
34
BUILD_COMMIT : v1.6.0rel
35
35
UNICODE_WIDTH : 32
36
- # PLAT: universal2
37
36
PLAT : arm64
38
37
MB_PYTHON_VERSION : ${{ matrix.python-version }}
39
38
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
@@ -102,8 +101,8 @@ jobs:
102
101
clean_code $REPO_DIR $BUILD_COMMIT
103
102
echo "------- BUILD WHEEL --------"
104
103
build_wheel $REPO_DIR $PLAT
105
- # echo "------- INSTALL_RUN --------"
106
- # install_run $PLAT
104
+ echo "------- INSTALL_RUN --------"
105
+ install_run $PLAT
107
106
- name : Upload wheels to release
108
107
uses : svenstaro/upload-release-action@v2
109
108
if : github.event_name == 'create'
Original file line number Diff line number Diff line change @@ -22,12 +22,8 @@ export BLOSC_VERSION="1.21.1"
22
22
# custom version that sets NETCDF_PLUGIN_DIR env var
23
23
function build_wheel {
24
24
# Set default building method to pip
25
- if [[ ! -z " IS_OSX" && " $PLAT " = " arm64" ]] && [[ " $CROSS_COMPILING " = " 1" ]]; then
26
- wrap_wheel_builder build_pip_wheel $@
27
- else:
28
- export NETCDF_PLUGIN_DIR=${BUILD_PREFIX} /lib/netcdf-plugins
29
- wrap_wheel_builder build_pip_wheel $@
30
- fi
25
+ export NETCDF_PLUGIN_DIR=${BUILD_PREFIX} /lib/netcdf-plugins
26
+ wrap_wheel_builder build_pip_wheel $@
31
27
}
32
28
33
29
# add --verbose to pip
You can’t perform that action at this time.
0 commit comments