mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +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/ \
|
||||
"$PKG_NAME==$VERSION" || \
|
||||
( \
|
||||
sleep 5 && \
|
||||
sleep 15 && \
|
||||
poetry run pip install \
|
||||
--extra-index-url https://test.pypi.org/simple/ \
|
||||
"$PKG_NAME==$VERSION" \
|
||||
|
Loading…
Reference in New Issue
Block a user