-
Notifications
You must be signed in to change notification settings - Fork 870
[CI] Explicit exit when pip install whl_url failed #7591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7591.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
太有用了!喵的每次因为装 wheel 包出问题了他们都看不出来是啥问题,这些就应该 fast fail
|
这个影响的是 docs 这边的 CI 还是 Paddle 那边的 CI 还是都影响? |
两边都会影响的,但是 paddle 那边我改成从本地 build 目录里安装了 PaddlePaddle/Paddle#76124 ,因为本地确实有,现在 paddle 那边应该不会触发这段逻辑啦 |
|
|
||
| # Install logic: | ||
| # - If PADDLE_WHL is a .whl file URL: download and install locally | ||
| # - Otherwise: install directly via pip (supports package names and other URLs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
话说 pip 也支持 url 呀,为什么要分开处理呢?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯嗯可以
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

No description provided.