Skip to content

Commit

Permalink
Always install tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 9899ac1 commit 8aa0fbe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
else
export MACOSX_DEPLOYMENT_TARGET="10.10"
fi
# Mac Pythons do not have toml parser by default.
python3 install tomli
fi

if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
MB_PYTHON_OSX_VER="10.9"
fi

echo "::group::Install a virtualenv"
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
python3 -m pip install virtualenv
python3 -m pip install virtualenv tomli
before_install
echo "::endgroup::"

Expand Down

0 comments on commit 8aa0fbe

Please sign in to comment.