File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
echo " ::group::Build wheel"
2
- pip install " $env: BUILD_DEPENDS "
2
+ pip install @ ( $env: BUILD_DEPENDS.split ())
3
3
pip wheel - w " ${env: WHEEL_SDIR} " -- no- build-isolation " .\${env: REPO_DIR} "
4
4
ls - l " ${env: GITHUB_WORKSPACE} /${env: WHEEL_SDIR} /"
5
5
echo " ::endgroup::"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ echo "::endgroup::"
27
27
echo " ::group::Build wheel"
28
28
np_dep=$( python ./get_numpy_version.py $MB_PYTHON_VERSION )
29
29
export BUILD_DEPENDS=" ${BUILD_BASE} ${np_dep} "
30
- np_dep= $( python get_numpy_version.py ${MB_PYTHON_VERSION} )
31
- export BUILD_DEPENDS= $np_dep
30
+ echo " Build depends: ${BUILD_DEPENDS} "
31
+ echo " Build base: ${BUILD_BASE} "
32
32
clean_code
33
33
build_wheel
34
34
ls -l " ${GITHUB_WORKSPACE} /${WHEEL_SDIR} /"
You can’t perform that action at this time.
0 commit comments