Commit f22456f
authored
ci(workflows): trust paddlepaddle host to bypass TLS outage (#5305)
Problem
- Paddle nightly wheels are fetched from
https://www.paddlepaddle.org.cn/... and the site’s TLS certificate
outage breaks CI installs.
Change
- Add `--trusted-host www.paddlepaddle.org.cn` and `--trusted-host
paddlepaddle.org.cn` to the Paddle install commands in GitHub Actions
workflows.
Notes
- This is a temporary workaround to keep CI green until Paddle fixes
their cert.
Authored by OpenClaw (model: gpt-5.2)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated build workflow configurations to include additional package
host verification options during dependency installation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent dabb0ca commit f22456f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments