Commit 1a0a753
Suppress pip cache and root-user warnings in Linux container CI jobs
Set PIP_CACHE_DIR=/tmp/pip-cache and PIP_ROOT_USER_ACTION=ignore in the
container env for test-wheel-linux and coverage-linux jobs. These jobs
run as root in Ubuntu containers where /github/home/.cache/pip is not
writable, causing ~54 harmless warnings per CI run.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a40fd94 commit 1a0a753
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments