Skip to content

Commit

Permalink
Try refactoring to install virtualenv, tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 11, 2023
1 parent aa75bf1 commit c8471fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#!/bin/bash
# Build on Mac or Linux.
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# curl from brew requires zstd, use system curl
# if php is installed, brew tries to reinstall these after installing openblas
Expand All @@ -16,9 +17,8 @@ fi
echo "::group::Install a virtualenv"
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
python3 -m pip install virtualenv tomli
export TEST_DEPENDS=$(python3 ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
before_install
export TEST_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
echo "::endgroup::"

echo "::group::Build wheel"
Expand Down
2 changes: 1 addition & 1 deletion multibuild

0 comments on commit c8471fa

Please sign in to comment.