Skip to content

Commit 71653e1

Browse files
committed
build: Add PyPI to PIP_EXTRA_INDEX_URL to fix package resolution
1 parent 56d3d7a commit 71653e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ fi
3333
source "$PWD/venv/bin/activate"
3434
python --version
3535

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+
3639
if which pip3 ; then
3740
PIP_CMD=pip3
3841
elif which pip ; then

0 commit comments

Comments
 (0)