mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
infra: 15s retry wait on test pypi (#24375)
This commit is contained in:
parent
a4c101ae97
commit
96ccba9c27
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -189,7 +189,7 @@ jobs:
|
|||||||
--extra-index-url https://test.pypi.org/simple/ \
|
--extra-index-url https://test.pypi.org/simple/ \
|
||||||
"$PKG_NAME==$VERSION" || \
|
"$PKG_NAME==$VERSION" || \
|
||||||
( \
|
( \
|
||||||
sleep 5 && \
|
sleep 15 && \
|
||||||
poetry run pip install \
|
poetry run pip install \
|
||||||
--extra-index-url https://test.pypi.org/simple/ \
|
--extra-index-url https://test.pypi.org/simple/ \
|
||||||
"$PKG_NAME==$VERSION" \
|
"$PKG_NAME==$VERSION" \
|
||||||
|
Loading…
Reference in New Issue
Block a user