You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move PIP_ROOT_USER_ACTION from container.env to job-level env
The pip root-user warning was still appearing because actions/setup-python
runs its internal "pip upgrade" on the host runner, not inside the
container. Container-level env vars are invisible to host-side actions.
Moving PIP_ROOT_USER_ACTION to the job-level env block makes it available
to both host-side actions (setup-python) and container-side run steps.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments