File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
echo " ::group::Build wheel"
2
2
$wheel_sdir = " wheelhouse"
3
3
pip install tomli
4
- $build_dep = python .\print_deps.py $env: MB_PYTHON_VERSION ${env: REPO_DIR}
5
- pip install @ ($build_dep.split ())
6
- pip wheel - w " ${wheel_sdir} " -- no- build-isolation " .\${env: REPO_DIR} "
4
+ pip wheel - w " ${wheel_sdir} " -- no- deps " .\${env: REPO_DIR} "
7
5
ls - l " ${env: GITHUB_WORKSPACE} /${wheel_sdir} /"
8
6
echo " ::endgroup::"
9
7
Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ echo "::group::Install a virtualenv"
17
17
source multibuild/common_utils.sh
18
18
source multibuild/travis_steps.sh
19
19
python3 -m pip install virtualenv tomli
20
- export BUILD_DEPENDS=$( python3 ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} )
21
20
export TEST_DEPENDS=$( python3 ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
22
21
before_install
23
22
echo " ::endgroup::"
24
23
25
24
echo " ::group::Build wheel"
26
25
export WHEEL_SDIR=wheelhouse
27
- export BUILD_DEPENDS=$( python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} )
28
26
clean_code
29
27
build_wheel
30
28
ls -l " ${GITHUB_WORKSPACE} /${WHEEL_SDIR} /"
You can’t perform that action at this time.
0 commit comments