We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d3d7a commit 71653e1Copy full SHA for 71653e1
1 file changed
build.sh
@@ -33,6 +33,9 @@ fi
33
source "$PWD/venv/bin/activate"
34
python --version
35
36
+# Add PyPI as an extra index to find packages missing from the internal mirror
37
+export PIP_EXTRA_INDEX_URL=https://pypi.org/simple
38
+
39
if which pip3 ; then
40
PIP_CMD=pip3
41
elif which pip ; then
0 commit comments