Skip to content

Commit d50cb63

Browse files
committed
set break-system-packages = true
1 parent e9e14a0 commit d50cb63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wheelbuild/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ echo "::group::Install a virtualenv"
2929
export LATEST_3p11="3.11.0rc2"
3030
# can't use default 7.3.1 on macOS due to https://foss.heptapod.net/pypy/pypy/-/issues/3229
3131
LATEST_PP_7p3=7.3.3
32+
mkdir -p $HOME/.config/pip
33+
printf "[global]\nbreak-system-packages = true\n" > $HOME/.config/pip/pip.conf
3234
python3 -m pip install virtualenv
3335
before_install
3436
echo "::endgroup::"

0 commit comments

Comments
 (0)