File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ echo "::endgroup::"
77
88echo " ::group::Install wheel"
99 $test_dep = python .\print_deps.py $env: MB_PYTHON_VERSION ${env: REPO_DIR} - p test
10+ echo " test_dep: $test_dep "
1011 pip install @ ($test_dep.split ())
1112 pip install -- find-links ./ wheelhouse -- pre nipy
13+ pip list | findstr " numpy"
1214echo " ::endgroup::"
1315
1416echo " ::group::Test wheel"
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ echo "::group::Install a virtualenv"
1919 source multibuild/travis_steps.sh
2020 before_install
2121 export TEST_DEPENDS=$( python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
22+ echo " TEST_DEPENDS: $TEST_DEPENDS "
2223echo " ::endgroup::"
2324
2425echo " ::group::Build wheel"
2526 export WHEEL_SDIR=wheelhouse
2627 clean_code
2728 build_wheel
29+ pip list | grep numpy
2830 ls -l " ${GITHUB_WORKSPACE} /${WHEEL_SDIR} /"
2931echo " ::endgroup::"
3032
You can’t perform that action at this time.
0 commit comments