We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e14a0 commit d50cb63Copy full SHA for d50cb63
wheelbuild/build.sh
@@ -29,6 +29,8 @@ echo "::group::Install a virtualenv"
29
export LATEST_3p11="3.11.0rc2"
30
# can't use default 7.3.1 on macOS due to https://foss.heptapod.net/pypy/pypy/-/issues/3229
31
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
34
python3 -m pip install virtualenv
35
before_install
36
echo "::endgroup::"
0 commit comments