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::"
7
7
8
8
echo " ::group::Install wheel"
9
9
$test_dep = python .\print_deps.py $env: MB_PYTHON_VERSION ${env: REPO_DIR} - p test
10
+ echo " test_dep: $test_dep "
10
11
pip install @ ($test_dep.split ())
11
12
pip install -- find-links ./ wheelhouse -- pre nipy
13
+ pip list | findstr " numpy"
12
14
echo " ::endgroup::"
13
15
14
16
echo " ::group::Test wheel"
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ echo "::group::Install a virtualenv"
19
19
source multibuild/travis_steps.sh
20
20
before_install
21
21
export TEST_DEPENDS=$( python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
22
+ echo " TEST_DEPENDS: $TEST_DEPENDS "
22
23
echo " ::endgroup::"
23
24
24
25
echo " ::group::Build wheel"
25
26
export WHEEL_SDIR=wheelhouse
26
27
clean_code
27
28
build_wheel
29
+ pip list | grep numpy
28
30
ls -l " ${GITHUB_WORKSPACE} /${WHEEL_SDIR} /"
29
31
echo " ::endgroup::"
30
32
You can’t perform that action at this time.
0 commit comments