Skip to content

Commit c8471fa

Browse files
committed
Try refactoring to install virtualenv, tomli
1 parent aa75bf1 commit c8471fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
#!/bin/bash
2+
# Build on Mac or Linux.
23
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
34
# curl from brew requires zstd, use system curl
45
# if php is installed, brew tries to reinstall these after installing openblas
@@ -16,9 +17,8 @@ fi
1617
echo "::group::Install a virtualenv"
1718
source multibuild/common_utils.sh
1819
source multibuild/travis_steps.sh
19-
python3 -m pip install virtualenv tomli
20-
export TEST_DEPENDS=$(python3 ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
2120
before_install
21+
export TEST_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
2222
echo "::endgroup::"
2323

2424
echo "::group::Build wheel"

0 commit comments

Comments
 (0)